Searched refs:p_itcallout (Results 1 – 5 of 5) sorted by relevance
843 callout_stop(&p->p_itcallout); in kern_setitimer() 849 callout_reset_sbt(&p->p_itcallout, sbt, pr, in kern_setitimer() 888 callout_reset_sbt(&p->p_itcallout, tvtosbt(p->p_realtimer.it_value), in realitexpire_reset_callout()
379 callout_stop(&p->p_itcallout) == 0) { in exit1()382 callout_drain(&p->p_itcallout); in exit1()
543 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init()
625 callout_init_mtx(&p2->p_itcallout, &p2->p_mtx, 0); in do_fork()
752 struct callout p_itcallout; /* (h + c) Interval timer callout. */ member