Home
last modified time | relevance | path

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

/kernel/time/
Dposix-stubs.c132 ktime_t texp; in SYSCALL_DEFINE4() local
152 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4()
154 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
155 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
226 ktime_t texp; in SYSCALL_DEFINE4() local
246 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4()
248 texp = timens_ktime_to_host(which_clock, texp); in SYSCALL_DEFINE4()
249 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in SYSCALL_DEFINE4()
Dposix-timers.c1265 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() local
1267 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep()
1275 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() local
1278 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens()
1280 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
/kernel/rcu/
Dtasks.h917 struct task_struct *texp = t_in; in trc_read_check_handler() local
920 if (unlikely(texp != t)) { in trc_read_check_handler()
947 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()