Searched refs:TDI_SLEEPING (Results 1 – 2 of 2) sorted by relevance
50 inline int TDI_SLEEPING = 0x0002; /* Actually asleep! (tricky). */ variable56 (((td)->td_inhibitors & TDI_SLEEPING) != 0 ? "sleep" : \
576 #define TDI_SLEEPING 0x0002 /* Actually asleep! (tricky). */ macro581 #define TD_IS_SLEEPING(td) ((td)->td_inhibitors & TDI_SLEEPING)603 (((td)->td_inhibitors & TDI_SLEEPING) != 0 ? "sleep" : \620 #define TD_SET_SLEEPING(td) TD_SET_INHIB((td), TDI_SLEEPING)627 #define TD_CLR_SLEEPING(td) TD_CLR_INHIB((td), TDI_SLEEPING)