Lines Matching refs:pcurrent
30 static struct process *pcurrent; variable
138 if (pcurrent && pcurrent != fp) in pchild()
139 pprevious = pcurrent; in pchild()
140 pcurrent = fp; in pchild()
395 if (pp == pcurrent) in pclrcurr()
397 pcurrent = pprevious; in pclrcurr()
400 pcurrent = pgetcurr(pp); in pclrcurr()
471 pprevious = pcurrent; in palloc()
472 pcurrent = pp; in palloc()
657 pp == pcurrent ? '+' : in pprint()
1045 pcurrent = pprevious; in pstart()
1050 pcurrent = pgetcurr(pp); in pstart()
1051 if (!pcurrent || (pcurrent->p_flags & PRUNNING)) in pstart()
1052 pcurrent = pp; in pstart()
1089 if (pcurrent == PNULL) in pfind()
1090 if ((pcurrent = pgetcurr(PNULL)) == PNULL) in pfind()
1092 return (pcurrent); in pfind()
1147 if (np != pcurrent && np != pp && np->p_pid && in pgetcurr()