Searched refs:LW_BATCH (Results 1 – 3 of 3) sorted by relevance
1052 if ((l->l_flag & LW_BATCH) == 0) in sched_lwp_stats() 1054 l->l_flag |= LW_BATCH; in sched_lwp_stats() 1056 l->l_flag &= ~LW_BATCH; in sched_lwp_stats()
223 if (l->l_priority < PRI_HIGHEST_TS && (l->l_flag & LW_BATCH) == 0) { in sched_slept()
262 #define LW_BATCH 0x00040000 /* LWP tends to hog CPU */ macro