Searched refs:get_timespec64 (Results 1 – 6 of 6) sorted by relevance
/kernel/time/ |
D | posix-stubs.c | 67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | time.c | 782 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()
|
D | posix-timers.c | 1116 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1297 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | hrtimer.c | 2123 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/kernel/ |
D | signal.c | 3677 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4() 3741 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
/kernel/futex/ |
D | core.c | 4064 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
|