Home
last modified time | relevance | path

Searched refs:it_callout (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/sys/
HDtimers.h58 struct callout it_callout; member
/freebsd-13-stable/sys/kern/
HDkern_time.c1527 callout_init_mtx(&it->it_callout, &it->it_mtx, 0); in realtimer_create()
1543 callout_drain(&it->it_callout); in realtimer_delete()
1609 callout_reset(&it->it_callout, tvtohz(&tv), realtimer_expire, in realtimer_settime()
1612 callout_stop(&it->it_callout); in realtimer_settime()
1713 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_expire_l()
1735 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_expire_l()
1760 callout_stop(&it->it_callout); in itimer_fire()