Searched refs:texp (Results 1 – 3 of 3) sorted by relevance
132 ktime_t texp; in SYSCALL_DEFINE4() local152 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() local246 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()
1265 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() local1267 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep()1275 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() local1278 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens()1280 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()
917 struct task_struct *texp = t_in; in trc_read_check_handler() local920 if (unlikely(texp != t)) { in trc_read_check_handler()947 smp_store_release(&texp->trc_ipi_to_cpu, -1); // ^^^ in trc_read_check_handler()