Searched refs:TS_ZONEWAITQ (Results 1 – 2 of 2) sorted by relevance
1057 if (t->t_schedflag & TS_ZONEWAITQ) in cpucaps_charge()1058 t->t_schedflag &= ~TS_ZONEWAITQ; in cpucaps_charge()1063 t->t_schedflag |= TS_ZONEWAITQ; in cpucaps_charge()1065 } else if (t->t_schedflag & TS_ZONEWAITQ) { in cpucaps_charge()1066 t->t_schedflag &= ~TS_ZONEWAITQ; in cpucaps_charge()1104 if (t->t_schedflag & TS_ZONEWAITQ) { in cpucaps_enforce()1106 t->t_schedflag &= ~TS_ZONEWAITQ; in cpucaps_enforce()
408 #define TS_ZONEWAITQ 0x0040 /* thread is on its zone's waitq */ macro418 #define TS_ANYWAITQ (TS_PROJWAITQ|TS_ZONEWAITQ)