Searched refs:p_itcallout (Results 1 – 5 of 5) sorted by relevance
883 callout_stop(&p->p_itcallout); in kern_setitimer()889 callout_reset_sbt(&p->p_itcallout, sbt, pr, in kern_setitimer()930 callout_reset_sbt(&p->p_itcallout, tvtosbt(p->p_realtimer.it_value), in realitexpire_reset_callout()
380 callout_stop(&p->p_itcallout) == 0) { in exit1()383 callout_drain(&p->p_itcallout); in exit1()
546 callout_init_mtx(&p->p_itcallout, &p->p_mtx, 0); in proc0_init()
676 callout_init_mtx(&p2->p_itcallout, &p2->p_mtx, 0); in do_fork()
757 struct callout p_itcallout; /* (h + c) Interval timer callout. */ member