Home
last modified time | relevance | path

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

/linux/fs/
H A Dtimerfd.c74 static enum hrtimer_restart timerfd_tmrproc(struct hrtimer *htmr) in timerfd_tmrproc() function
208 hrtimer_setup(&ctx->t.tmr, timerfd_tmrproc, clockid, htmode); in timerfd_setup()
431 hrtimer_setup(&ctx->t.tmr, timerfd_tmrproc, clockid, HRTIMER_MODE_ABS); in SYSCALL_DEFINE2()