Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_timerfd.c91 struct callout tfd_callout; /* (t) expiration notification */ member
159 if (callout_active(&tfd->tfd_callout)) { in timerfd_jumped()
174 if (callout_stop(&tfd->tfd_callout) == 1) { in timerfd_jumped()
175 callout_schedule_sbt(&tfd->tfd_callout, in timerfd_jumped()
347 callout_drain(&tfd->tfd_callout); in timerfd_close()
423 callout_schedule_sbt(&tfd->tfd_callout, next, 0, C_ABSOLUTE); in timerfd_expire()
427 callout_deactivate(&tfd->tfd_callout); in timerfd_expire()
476 callout_init_mtx(&tfd->tfd_callout, &tfd->tfd_lock, 0); in kern_timerfd_create()
563 callout_reset_sbt(&tfd->tfd_callout, in kern_timerfd_settime()
567 callout_stop(&tfd->tfd_callout); in kern_timerfd_settime()