Home
last modified time | relevance | path

Searched refs:TDI_LOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/sched/
H A Dschedgraph.d52 inline int TDI_LOCK = 0x0008; /* Stopped on a lock. */ variable
59 ((td)->td_inhibitors & TDI_LOCK) != 0 ? "blocked" : \
/freebsd/sys/sys/
H A Dproc.h584 #define TDI_LOCK 0x0008 /* Stopped on a lock. */ macro
590 #define TD_ON_LOCK(td) ((td)->td_inhibitors & TDI_LOCK)
610 ((td)->td_inhibitors & TDI_LOCK) != 0 ? "blocked" : \
625 #define TD_SET_LOCK(td) TD_SET_INHIB((td), TDI_LOCK)
631 #define TD_CLR_LOCK(td) TD_CLR_INHIB((td), TDI_LOCK)