Lines Matching refs:p_flag
269 while (p->p_flag & P_HADTHREADS) { in exit1()
313 p->p_flag &= ~P_STOPPED_SIG; in exit1()
317 p->p_flag |= P_WEXIT; in exit1()
477 if ((p->p_flag & (P_TRACED | P_PPWAIT | P_PPTRACE)) != 0) { in exit1()
479 p->p_flag &= ~(P_TRACED | P_PPWAIT | P_PPTRACE); in exit1()
503 if ((q->p_flag & P_TRACED) == 0) { in exit1()
554 q->p_flag &= ~P_TRACED; in exit1()
564 q->p_flag &= ~P_STOPPED_TRACE; in exit1()
566 } else if ((q->p_flag & (P_STOPPED_TRACE | in exit1()
1059 (p->p_flag & P_TRACED) != 0)) { in proc_to_reap()
1252 p->p_flag &= ~P_CONTINUED; in report_alive_proc()
1254 p->p_flag |= P_WAITED; in report_alive_proc()
1310 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1312 q->p_flag &= ~P_STATCHILD; in kern_wait6()
1345 (p->p_flag & P_TRACED) != 0) { in kern_wait6()
1348 ((p->p_flag & (P_STOPPED_TRACE | P_STOPPED_SIG)) && in kern_wait6()
1350 (p->p_flag & P_WAITED) == 0); in kern_wait6()
1365 (p->p_flag & P_STOPPED_SIG) != 0) { in kern_wait6()
1368 ((p->p_flag & P_WAITED) == 0)); in kern_wait6()
1377 (p->p_flag & P_CONTINUED) != 0) { in kern_wait6()
1420 if (q->p_flag & P_STATCHILD) { in kern_wait6()
1421 q->p_flag &= ~P_STATCHILD; in kern_wait6()
1437 KASSERT((child->p_flag & P_TRACED) != 0, in proc_add_orphan()
1470 if ((child->p_flag & P_TRACED) != 0) { in proc_reparent()