P_TOTAL_STOP
if ((p->p_flag & (P_KPROC | P_SYSTEM | P_TOTAL_STOP |
if ((p->p_flag & P_TOTAL_STOP) != 0) {
if ((p->p_flag & P_TOTAL_STOP) != 0)
p->p_flag |= P_TOTAL_STOP;
KASSERT((mode == SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) != 0) ||
(mode != SINGLE_ALLPROC && (p->p_flag & P_TOTAL_STOP) == 0),
P_TOTAL_STOP);
(p->p_flag & P_TOTAL_STOP) != 0) {