Searched refs:PPTIME (Results 1 – 2 of 2) sorted by relevance
291 if (pp->p_flags & (PTIME | PPTIME) || adrof(STRtime)) in pchild()331 if ((fp->p_flags & (PPTIME | PRUNNING | PSTOPPED)) == 0 && in pchild()351 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pchild()352 pp->p_flags &= ~PPTIME; in pchild()371 if (!(jobflags & (PSIGNALED | PSTOPPED | PPTIME) || in pchild()767 pp->p_flags |= PPTIME; in palloc()999 if (pp == pp->p_friends && (pp->p_flags & PPTIME)) { in pprint()1000 pp->p_flags &= ~PPTIME; in pprint()1154 if (pp->p_flags & PPTIME && !(status & (PSTOPPED | PRUNNING))) { in pprint()
101 #define PPTIME (1<<14) /* time individual process */ macro