Searched refs:P_TOTAL_STOP (Results 1 – 4 of 4) sorted by relevance
1264 p->p_flag |= P_TOTAL_STOP; in thread_single()1659 KASSERT((mode == SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) != 0) || in thread_single_end()1660 (mode != SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) == 0), in thread_single_end()1669 P_TOTAL_STOP); in thread_single_end()
3514 if ((p->p_flag & (P_KPROC | P_SYSTEM | P_TOTAL_STOP | in stop_all_proc()3584 if ((p->p_flag & P_TOTAL_STOP) != 0) { in resume_all_proc()3598 if ((p->p_flag & P_TOTAL_STOP) != 0) in resume_all_proc()
837 #define P_TOTAL_STOP 0x02000000 /* Stopped in stop_all_proc. */ macro
1256 (p->p_flag & P_TOTAL_STOP) != 0) { in svc_run_internal()