Home
last modified time | relevance | path

Searched refs:texp (Results 1 – 3 of 3) 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.c191 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()
213 if (texp != 0) { in timerfd_setup()
215 texp = timens_ktime_to_host(clockid, texp); in timerfd_setup()
218 alarm_start(&ctx->t.alarm, texp); in timerfd_setup()
220 alarm_start_relative(&ctx->t.alarm, texp); in timerfd_setup()
222 hrtimer_start(&ctx->t.tmr, texp, htmode); in timerfd_setup()
/linux/kernel/rcu/
H A Dtasks.h1634 struct task_struct *texp = t_in; in trc_read_check_handler() local
1637 if (unlikely(texp != t)) in trc_read_check_handler()
1661 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()