Searched refs:PPTIME (Results 1 – 2 of 2) sorted by relevance
89 if (pp->p_flags & (PTIME|PPTIME) || adrof(S_time /* "time" */)) in pchild()111 if ((fp->p_flags & (PPTIME|PRUNNING|PSTOPPED)) == 0 && in pchild()119 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pchild()120 pp->p_flags &= ~PPTIME; in pchild()138 if (jobflags & (PSIGNALED|PSTOPPED|PPTIME) || in pchild()422 pp->p_flags |= PPTIME; in palloc()630 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pprint()631 pp->p_flags &= ~PPTIME; in pprint()723 if (pp->p_flags&PPTIME && !(status&(PSTOPPED|PRUNNING))) { in pprint()
65 #define PPTIME (1<<14) /* time individual process */ macro