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

/xnu-2782.1.97/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.c845 p->p_ractive--;
847 while (p->p_ractive > 0) {
1806 p->p_ractive--;
1808 while (p->p_ractive > 0) {
/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h379 int p_ractive; member in struct:proc

Completed in 26 milliseconds