Searched refs:P2_WEXIT (Results 1 – 7 of 7) sorted by relevance
306 if ((w->target->p_flag2 & P2_WEXIT) != 0) in reap_kill_proc()345 if ((p2->p_flag2 & P2_WEXIT) != 0) { in reap_kill_sched()372 if ((p2->p_flag2 & P2_WEXIT) == 0) { in reap_kill_children()441 (P2_REAPKILLED | P2_WEXIT)) != 0) in reap_kill_subtree_once()446 if ((p2->p_flag2 & P2_WEXIT) == 0) { in reap_kill_subtree_once()485 if ((td->td_proc->p_flag2 & P2_WEXIT) != 0) { in reap_kill_subtree()
282 if (p->p_state == PRS_ZOMBIE || (p->p_flag2 & P2_WEXIT) != 0) { in kthread_add1()
1250 if ((p->p_flag2 & P2_WEXIT) != 0) in thread_single()1255 (p->p_flag2 & P2_WEXIT) != 0) in thread_single()
216 p->p_flag2 |= P2_WEXIT; in proc_set_p2_wexit()
3180 if ((p->p_flag2 & P2_WEXIT) != 0) in sigprocess()
3521 if ((p->p_flag2 & P2_WEXIT) != 0) { in stop_all_proc()
882 #define P2_WEXIT 0x00040000 /* exit just started, no macro