Searched refs:TDF_IDLETD (Results 1 – 6 of 6) sorted by relevance
43 inline int TDF_IDLETD = 0x00000020; variable118 / curthread->td_flags & TDF_IDLETD /124 / (curthread->td_flags & TDF_IDLETD) == 0 /
78 td->td_flags |= TDF_IDLETD | TDF_NOLOAD; in idle_setup()
1028 if (td->td_flags & TDF_IDLETD) { in sched_switch() 1122 if (td->td_flags & TDF_IDLETD) in sched_switch()
873 (td->td_flags & TDF_IDLETD) == 0 && in sched_balance_group() 2664 if ((curthread->td_flags & TDF_IDLETD) != 0) { in sched_runnable()
454 #define TDF_IDLETD 0x00000020 /* This is a per-CPU idle thread. */ macro597 #define TD_IS_IDLETHREAD(td) ((td)->td_flags & TDF_IDLETD)
852 if (!sel->kidle && pp->ki_tdflags & TDF_IDLETD && sel->pid == -1) in get_process_info()