Searched refs:p_ractive (Results 1 – 2 of 2) sorted by relevance
438 p->p_ractive++; in setitimer()444 p->p_ractive--; in setitimer()513 new_proc->p_ractive++; in proc_inherit_itimers()546 assert(p->p_ractive > 0); in realitexpire()548 if (--p->p_ractive > 0 || r != p) { in realitexpire()615 p->p_ractive++; in realitexpire()641 assert(p->p_ractive > 0); in proc_free_realitimer()642 p->p_ractive--; in proc_free_realitimer()645 while (p->p_ractive > 0) { in proc_free_realitimer()
359 int p_ractive; member