HomeSort by: relevance | last modified time | path
    Searched refs:SACTIVE (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/kern/
kern_sig.c 1300 if (p->p_stat != SACTIVE && p->p_stat != SSTOP)
1384 p->p_stat == SACTIVE && (p->p_sflag & PS_STOPPING) == 0 &&
1415 if (p->p_stat == SACTIVE && (p->p_sflag & PS_STOPPING) == 0) {
1442 p->p_stat = SACTIVE;
1715 if (p->p_stat == SACTIVE && (p->p_sflag & PS_STOPPING) == 0) {
1855 } else if (p->p_stat == SACTIVE)
2490 * Given a process in state SSTOP, set the state back to SACTIVE and
2502 p->p_stat = SACTIVE;
kern_fork.c 602 p2->p_stat = SACTIVE;
sys_sig.c 252 if (p == NULL || (p->p_stat != SACTIVE && p->p_stat != SSTOP)) {
kern_proc.c 221 .p_stat = SACTIVE,
906 if (__predict_true(p->p_stat == SACTIVE || p->p_stat == SSTOP)) {
kern_lwp.c 559 p->p_stat = SACTIVE;
kern_exec.c 2232 * p_stat should be SACTIVE, so we need to adjust the
2823 p2->p_stat = SACTIVE;
  /src/sys/sys/
proc.h 363 #define SACTIVE 2 /* Process is not stopped */
400 #define PS_STOPPING 0x80000000 /* Transitioning SACTIVE -> SSTOP */
  /src/sys/rump/librump/rumpkern/
lwproc.c 265 p->p_stat = SACTIVE;
  /src/bin/ps/
ps.c 566 case SACTIVE:
  /src/sys/arch/vax/vax/
pmap.c 686 if (l->l_proc->p_stat != SACTIVE && l->l_proc->p_stat != SSTOP)

Completed in 24 milliseconds