Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/tmux/dist/
H A Dosdep-dragonfly.c41 ((p)->kp_stat == SACTIVE || (p)->kp_stat == SIDL)
/netbsd-src/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-src/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()
1881 } 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.c218 .p_stat = SACTIVE,
903 if (__predict_true(p->p_stat == SACTIVE || p->p_stat == SSTOP)) { in proc_find_internal()
H A Dkern_lwp.c559 p->p_stat = SACTIVE; in lwp_unstop()
H A Dkern_exec.c2233 * p_stat should be SACTIVE, so we need to adjust the in handle_posix_spawn_attrs()
2810 p2->p_stat = SACTIVE; in do_posix_spawn()
/netbsd-src/sys/sys/
H A Dproc.h363 #define SACTIVE 2 /* Process is not stopped */ macro
/netbsd-src/sys/rump/librump/rumpkern/
H A Dlwproc.c265 p->p_stat = SACTIVE; in lwproc_newproc()
/netbsd-src/bin/ps/
H A Dps.c566 case SACTIVE: in pick_representative_lwp()
/netbsd-src/sys/arch/vax/vax/
H A Dpmap.c686 if (l->l_proc->p_stat != SACTIVE && l->l_proc->p_stat != SSTOP) in pmap_vax_swappable()