Annotate td_pre_epoch_prio in struct thread

Reported by:	jhb
This commit is contained in:
Matt Macy 2018-05-18 23:17:49 +00:00
parent 10391db530
commit 3f25f5fbe5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333817

View File

@ -322,7 +322,7 @@ struct thread {
u_char td_pri_class; /* (t) Scheduling class. */
u_char td_user_pri; /* (t) User pri from estcpu and nice. */
u_char td_base_user_pri; /* (t) Base user pri */
u_char td_pre_epoch_prio;
u_char td_pre_epoch_prio; /* (k) User pri on entry to epoch */
uintptr_t td_rb_list; /* (k) Robust list head. */
uintptr_t td_rbp_list; /* (k) Robust priv list head. */
uintptr_t td_rb_inact; /* (k) Current in-action mutex loc. */