Home
last modified time | relevance | path

Searched refs:SACTIVE (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/bsd/tmux/dist/
H A Dosdep-dragonfly.c41 ((p)->kp_stat == SACTIVE || (p)->kp_stat == SIDL)
/netbsd/external/bsd/top/dist/machine/
H A Dm_aix43.c399 if (p->p_stat == SACTIVE && p->p_cpticks == 0) in get_process_info()
406 (sel->idle || p->p_cpticks != 0 || (p->p_stat == SACTIVE)) in get_process_info()
H A Dm_aix5.c496 if (pp->pi_state == SACTIVE && pp->pi_cpu == 0)
503 (sel->idle || pp->pi_cpu != 0 || (pp->pi_state == SACTIVE))
/netbsd/sys/kern/
H A Dkern_sig.c1326 if (p->p_stat != SACTIVE && p->p_stat != SSTOP) in kpsignal2()
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()
1468 p->p_stat = SACTIVE; in kpsignal2()
1741 if (p->p_stat == SACTIVE && (p->p_sflag & PS_STOPPING) == 0) { in sigswitch()
1883 } else if (p->p_stat == SACTIVE) in issignal()
2528 p->p_stat = SACTIVE; in proc_unstop()
H A Dkern_fork.c590 p2->p_stat = SACTIVE; in fork1()
H A Dsys_sig.c252 if (p == NULL || (p->p_stat != SACTIVE && p->p_stat != SSTOP)) { in kill1()
H A Dkern_proc.c217 .p_stat = SACTIVE,
902 if (__predict_true(p->p_stat == SACTIVE || p->p_stat == SSTOP)) { in proc_find_internal()
H A Dkern_lwp.c555 p->p_stat = SACTIVE; in lwp_unstop()
H A Dkern_exec.c2812 p2->p_stat = SACTIVE; in do_posix_spawn()
/netbsd/sys/sys/
H A Dproc.h363 #define SACTIVE 2 /* Process is not stopped */ macro
/netbsd/sys/rump/librump/rumpkern/
H A Dlwproc.c283 p->p_stat = SACTIVE; in lwproc_newproc()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dnbsd-nat.c390 case SACTIVE: in info_proc()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dnbsd-nat.c390 case SACTIVE: in info_proc()
/netbsd/bin/ps/
H A Dps.c566 case SACTIVE: in pick_representative_lwp()
/netbsd/sys/arch/vax/vax/
H A Dpmap.c682 if (l->l_proc->p_stat != SACTIVE && l->l_proc->p_stat != SSTOP) in pmap_vax_swappable()