Searched refs:P_IDLEPROC (Results 1 – 3 of 3) sorted by relevance
86 p->p_flag |= P_IDLEPROC; in idle_setup()
1112 return (p->p_state != PRS_NORMAL || (p->p_flag & P_IDLEPROC) != 0); in racct_proc_to_skip()
810 #define P_IDLEPROC 0x00000008 /* Container for system idle threads. */ macro