Searched refs:p_ractive (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_time.c436 p->p_ractive++;
441 p->p_ractive--;
493 if (--p->p_ractive > 0 || r != p) {
527 p->p_ractive++;
H A Dkern_exit.c762 p->p_ractive--;
764 while (p->p_ractive > 0) {
1676 p->p_ractive--;
1678 while (p->p_ractive > 0) {
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h372 int p_ractive; member in struct:proc

Completed in 46 milliseconds