Lines Matching refs:pcurrent
132 if (pcurrent && pcurrent != fp) in pchild()
133 pprevious = pcurrent; in pchild()
134 pcurrent = fp; in pchild()
389 if (pp == pcurrent) in pclrcurr()
391 pcurrent = pprevious; in pclrcurr()
394 pcurrent = pgetcurr(pp); in pclrcurr()
465 pprevious = pcurrent; in palloc()
466 pcurrent = pp; in palloc()
651 pp == pcurrent ? '+' : in pprint()
1039 pcurrent = pprevious; in pstart()
1044 pcurrent = pgetcurr(pp); in pstart()
1045 if (!pcurrent || (pcurrent->p_flags & PRUNNING)) in pstart()
1046 pcurrent = pp; in pstart()
1083 if (pcurrent == PNULL) in pfind()
1084 if ((pcurrent = pgetcurr(PNULL)) == PNULL) in pfind()
1086 return (pcurrent); in pfind()
1141 if (np != pcurrent && np != pp && np->p_pid && in pgetcurr()