Searched refs:P2_WEXIT (Results 1 – 7 of 7) sorted by relevance
313 if ((w->target->p_flag2 & P2_WEXIT) == 0) in reap_kill_proc_work()336 if ((p2->p_flag2 & P2_WEXIT) != 0) { in reap_kill_sched()363 if ((p2->p_flag2 & P2_WEXIT) == 0) { in reap_kill_children()432 (P2_REAPKILLED | P2_WEXIT)) != 0) in reap_kill_subtree_once()437 (p2->p_flag2 & P2_WEXIT) == 0) { in reap_kill_subtree_once()465 if ((p2->p_flag2 & P2_WEXIT) == 0) { in reap_kill_subtree_once()505 if ((td->td_proc->p_flag2 & P2_WEXIT) != 0) { in reap_kill_subtree()
283 if (p->p_state == PRS_ZOMBIE || (p->p_flag2 & P2_WEXIT) != 0) { in kthread_add1()
1241 if ((p->p_flag2 & P2_WEXIT) != 0) in thread_single()1246 (p->p_flag2 & P2_WEXIT) != 0) in thread_single()
216 p->p_flag2 |= P2_WEXIT; in proc_set_p2_wexit()
3519 if ((p->p_flag2 & P2_WEXIT) != 0) { in stop_all_proc()
3145 if ((p->p_flag2 & P2_WEXIT) != 0) in sigprocess()
878 #define P2_WEXIT 0x00040000 /* exit just started, no macro