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" : \
578 #define TDI_SLEEPING 0x0002 /* Actually asleep! (tricky). */ macro583 #define TD_IS_SLEEPING(td) ((td)->td_inhibitors & TDI_SLEEPING)605 (((td)->td_inhibitors & TDI_SLEEPING) != 0 ? "sleep" : \622 #define TD_SET_SLEEPING(td) TD_SET_INHIB((td), TDI_SLEEPING)629 #define TD_CLR_SLEEPING(td) TD_CLR_INHIB((td), TDI_SLEEPING)