Searched refs:P_STOPPED (Results 1 – 2 of 2) sorted by relevance
237 if ((p2->p_flag & P_STOPPED) != 0) in reap_getpids()293 if ((w->target->p_flag & (P_KPROC | P_SYSTEM | P_STOPPED)) == 0) in reap_kill_proc_locked()
845 #define P_STOPPED (P_STOPPED_SIG|P_STOPPED_SINGLE|P_STOPPED_TRACE) macro846 #define P_SHOULDSTOP(p) ((p)->p_flag & P_STOPPED)