Home
last modified time | relevance | path

Searched refs:p_ithandle (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_time.c996 callout_cancel(&p->p_ithandle); in sys_setitimer()
998 callout_reset(&p->p_ithandle, in sys_setitimer()
1052 callout_reset(&p->p_ithandle, tvtohz_low(&ntv), in realitexpire()
H A Dkern_exit.c370 callout_terminate(&p->p_ithandle); in exit1()
H A Dkern_fork.c645 callout_init_mp(&p2->p_ithandle); in fork1()
/dragonfly/sys/sys/
H A Dproc.h253 struct callout p_ithandle; /* for scheduling p_realtimer */ member