Searched refs:texp (Results 1 – 2 of 2) sorted by relevance
99 ktime_t texp; in SYSCALL_DEFINE4() local119 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() local202 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()
1350 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() local1352 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep()1365 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() local1368 texp = timens_ktime_to_host(which_clock, texp); in common_nsleep_timens()1370 return hrtimer_nanosleep(texp, flags & TIMER_ABSTIME ? in common_nsleep_timens()