Searched refs:PEXITED (Results 1 – 3 of 3) sorted by relevance
1435 p->p_poolflag & PEXITED || in pool_do_bind()1532 if (p->p_poolflag & PEXITED) { in pool_do_bind()1551 if (p->p_poolflag & PEXITED) { in pool_do_bind()1590 !(p->p_poolflag & PEXITED) && in pool_do_bind()
751 p->p_poolflag |= PEXITED; in proc_exit()
523 #define PEXITED 0x0002 /* process exited and about to become zombie */ macro