Lines Matching refs:p_flag
59 if (p->p_flag & P_SYSTEM || p_cansched(td, p) != 0) in protect_setchild()
62 p->p_flag |= P_PROTECTED; in protect_setchild()
66 p->p_flag &= ~P_PROTECTED; in protect_setchild()
237 if ((p2->p_flag & P_STOPPED) != 0) in reap_getpids()
241 else if ((p2->p_flag & P_WEXIT) != 0) in reap_getpids()
293 if ((w->target->p_flag & (P_KPROC | P_SYSTEM | P_STOPPED)) == 0) in reap_kill_proc_locked()
436 if ((p2->p_flag & P_HADTHREADS) != 0 && in reap_kill_subtree_once()
596 if ((p->p_flag & P_TRACED) != 0 || p->p_traceflag != 0) in trace_ctl()
632 KASSERT((p->p_flag & P_TRACED) == 0, in trace_status()
635 } else if ((p->p_flag & P_TRACED) != 0) { in trace_status()
789 if ((p->p_flag & P_WEXIT) == 0) { in aslr_status()
868 if ((p->p_flag & P_WEXIT) != 0) in wxmap_ctl()
905 if ((p->p_flag & P_WEXIT) != 0) in wxmap_status()