Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dtimers.h62 struct callout it_callout; member
75 #define it_callout _data._rt.it_callout macro
/freebsd-9-stable/sys/kern/
Dkern_time.c1368 callout_init_mtx(&it->it_callout, &it->it_mtx, 0); in realtimer_create()
1384 callout_drain(&it->it_callout); in realtimer_delete()
1449 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_settime()
1452 callout_stop(&it->it_callout); in realtimer_settime()
1527 callout_reset(&it->it_callout, tvtohz(&tv), in realtimer_expire()
1539 callout_reset(&it->it_callout, tvtohz(&tv), realtimer_expire, in realtimer_expire()
1556 callout_stop(&it->it_callout); in itimer_fire()