Searched refs:texp (Results 1 – 1 of 1) sorted by relevance
191 ktime_t texp; in timerfd_setup() local197 texp = timespec64_to_ktime(ktmr->it_value); in timerfd_setup()209 hrtimer_set_expires(&ctx->t.tmr, texp); in timerfd_setup()212 if (texp != 0) { in timerfd_setup()214 texp = timens_ktime_to_host(clockid, texp); in timerfd_setup()217 alarm_start(&ctx->t.alarm, texp); in timerfd_setup()219 alarm_start_relative(&ctx->t.alarm, texp); in timerfd_setup()221 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
Completed in 7 milliseconds