Home
last modified time | relevance | path

Searched refs:TDF_IDLETD (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_idle.c81 td->td_flags |= TDF_IDLETD | TDF_NOLOAD; in idle_setup()
H A Dsched_4bsd.c1006 if (td->td_flags & TDF_IDLETD) { in sched_switch()
1101 if (td->td_flags & TDF_IDLETD) in sched_switch()
H A Dsched_ule.c2483 if ((curthread->td_flags & TDF_IDLETD) != 0) { in sched_runnable()
/f-stack/freebsd/sys/
H A Dproc.h442 #define TDF_IDLETD 0x00000020 /* This is a per-CPU idle thread. */ macro
548 #define TD_IS_IDLETHREAD(td) ((td)->td_flags & TDF_IDLETD)