Searched refs:SSTOP (Results 1 – 14 of 14) sorted by relevance
400 if (p->p_stat == SSTOP) in sleep_finish()405 KASSERT(p->p_stat == SSLEEP || p->p_stat == SSTOP); in sleep_finish()476 p->p_stat = SSTOP; in sleep_signal_check()510 if (p->p_stat != SSLEEP && p->p_stat != SSTOP) in wakeup_proc()572 if (p->p_stat != SSLEEP && p->p_stat != SSTOP) in wakeup_n()
1079 case SSTOP: in ptsignal_locked()1554 if (q->p_stat == SSTOP) { in process_continue()1581 p->p_stat = SSTOP; in proc_stop()2138 if (p->p_stat != SSTOP) in single_thread_check_locked()2159 p->p_stat = SSTOP; in single_thread_check_locked()2230 case SSTOP: in single_thread_set()2242 q->p_stat = SSTOP; in single_thread_set()
246 if (p->p_stat == SSLEEP || p->p_stat == SSTOP) in schedcpu()466 case SSTOP: in setrunnable()
528 if (t->p_stat == SSTOP) { in ptrace_ctrl()865 (t->p_stat != SSTOP || !ISSET(tr->ps_flags, PS_WAITED))) in process_checktracestate()
2082 else if (p->p_stat == SSTOP || ki->p_stat == SSTOP) in fill_kproc()2083 ki->p_stat = SSTOP; in fill_kproc()
57 #define LSSTOP SSTOP
365 else if (proc.p_stat == SSTOP || in kvm_proclist()366 kp.p_stat == SSTOP) in kvm_proclist()367 kp.p_stat = SSTOP; in kvm_proclist()
37 ((p)->p_stat == SSTOP || (p)->p_stat == SDEAD)
380 case SSTOP: in uvm_swapout_threads()
199 case SSTOP: in uvm_total()
338 case SSTOP: in main()
421 #define SSTOP 4 /* Debugging or suspension. */ macro
259 case SSTOP: in printstate()
724 case SSTOP: in mib_hrswrun()