Searched refs:texp (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/time/ |
| H A D | posix-stubs.c | 99 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 D | timerfd.c | 191 ktime_t texp; in timerfd_setup() local 197 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()
|