Home
last modified time | relevance | path

Searched refs:get_timespec64 (Results 1 – 6 of 6) sorted by relevance

/kernel/time/
Dposix-stubs.c67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dtime.c782 int get_timespec64(struct timespec64 *ts, in get_timespec64() function
803 EXPORT_SYMBOL_GPL(get_timespec64);
866 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64()
870 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
Dposix-timers.c1116 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1297 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c2123 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
/kernel/
Dsignal.c3677 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4()
3741 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/kernel/futex/
Dcore.c4064 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()