Searched refs:TDF_PICKCPU (Results 1 – 1 of 1) sorted by relevance
221 #define TDF_PICKCPU TDF_SCHED0 /* Thread should pick new CPU. */ macro922 td->td_flags |= TDF_PICKCPU; in sched_balance_group()2312 pickcpu = (td->td_flags & TDF_PICKCPU) != 0; in sched_ule_sswitch()2321 td->td_flags &= ~(TDF_PICKCPU | TDF_SLICEEND); in sched_ule_sswitch()