Searched refs:PS_STOPPING (Results 1 – 3 of 3) sorted by relevance
942 if ((p->p_sflag & PS_STOPPING) != 0) { in trapsignal()1410 p->p_stat == SACTIVE && (p->p_sflag & PS_STOPPING) == 0 && in kpsignal2()1441 if (p->p_stat == SACTIVE && (p->p_sflag & PS_STOPPING) == 0) { in kpsignal2()1469 p->p_sflag &= ~PS_STOPPING; in kpsignal2()1551 KASSERT((p->p_sflag & PS_STOPPING) != 0); in proc_stop_lwps()1574 KASSERT((p->p_sflag & PS_STOPPING) != 0); in proc_stop_done()1578 p->p_sflag &= ~PS_STOPPING; in proc_stop_done()1659 if ((p->p_sflag & PS_STOPPING) != 0) { in eventswitch()1741 if (p->p_stat == SACTIVE && (p->p_sflag & PS_STOPPING) == 0) { in sigswitch()1751 if ((p->p_sflag & PS_STOPPING) != 0) { in sigswitch()[all …]
560 p->p_sflag &= ~PS_STOPPING; in lwp_unstop()1010 if (p->p_stat == SSTOP || (p->p_sflag & PS_STOPPING) != 0) { in lwp_start()
400 #define PS_STOPPING 0x80000000 /* Transitioning SACTIVE -> SSTOP */ macro