Searched refs:tfd_callout (Results 1 – 1 of 1) sorted by relevance
91 struct callout tfd_callout; /* (t) expiration notification */ member151 if (callout_active(&tfd->tfd_callout)) { in timerfd_jumped()166 if (callout_stop(&tfd->tfd_callout) == 1) { in timerfd_jumped()167 callout_schedule_sbt(&tfd->tfd_callout, in timerfd_jumped()338 callout_drain(&tfd->tfd_callout); in timerfd_close()411 callout_schedule_sbt(&tfd->tfd_callout, in timerfd_expire()416 callout_deactivate(&tfd->tfd_callout); in timerfd_expire()467 callout_init_mtx(&tfd->tfd_callout, &tfd->tfd_lock, 0); in kern_timerfd_create()554 callout_reset_sbt(&tfd->tfd_callout, in kern_timerfd_settime()558 callout_stop(&tfd->tfd_callout); in kern_timerfd_settime()