Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dproc.h534 #define TDI_LOCK 0x0008 /* Stopped on a lock. */ macro
541 #define TD_ON_LOCK(td) ((td)->td_inhibitors & TDI_LOCK)
557 ((td)->td_inhibitors & TDI_LOCK) != 0 ? "blocked" : \
573 #define TD_SET_LOCK(td) TD_SET_INHIB((td), TDI_LOCK)
580 #define TD_CLR_LOCK(td) TD_CLR_INHIB((td), TDI_LOCK)