Lines Matching refs:PRUNNING
84 pp->p_flags &= ~(PRUNNING|PSTOPPED|PREPORTED); in pchild()
111 if ((fp->p_flags & (PPTIME|PRUNNING|PSTOPPED)) == 0 && in pchild()
123 if ((jobflags & (PRUNNING|PREPORTED)) == 0) { in pchild()
176 if ((flags&(PRUNNING|PSTOPPED)) == 0) in pnote()
231 if ((fp->p_flags&(PFOREGND|PRUNNING)) == PRUNNING) in pjwait()
245 if ((jobflags & PRUNNING) == 0) in pjwait()
317 pp->p_flags&PRUNNING) { in dowait()
420 pp->p_flags = t->t_dflg & FAND ? PRUNNING : PRUNNING|PFOREGND; in palloc()
675 case PRUNNING: in pprint()
723 if (pp->p_flags&PPTIME && !(status&(PSTOPPED|PRUNNING))) { in pprint()
741 if (jobflags&PTIME && (jobflags&(PSTOPPED|PRUNNING)) == 0) { in pprint()
796 if (!(pprint(pp, flag) & (PRUNNING|PSTOPPED))) in dojobs()
970 if ((jobflags & PRUNNING) == 0) { in pkill()
1023 if (np->p_flags&(PRUNNING|PSTOPPED)) { in pstart()
1024 np->p_flags |= PRUNNING; in pstart()
1045 if (!pcurrent || (pcurrent->p_flags & PRUNNING)) in pstart()