Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dposix-stubs.c99 ktime_t texp; in SYSCALL_DEFINE4() local
119 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4()
121 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
122 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
182 ktime_t texp; in SYSCALL_DEFINE4() local
202 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4()
204 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
205 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
/linux/fs/
H A Dtimerfd.c236 ktime_t texp; in timerfd_release()
240 texp = timespec64_to_ktime(ktmr->it_value); in timerfd_release()
254 if (texp != 0) { in timerfd_poll()
256 texp = timens_ktime_to_host(clockid, texp); in timerfd_poll()
258 timerfd_alarm_start(ctx, texp, !(flags & TFD_TIMER_ABSTIME)); in timerfd_poll()
260 timerfd_hrtimer_start(ctx, texp, htmode); in timerfd_poll()
191 ktime_t texp; timerfd_setup() local