Home
last modified time | relevance | path

Searched refs:do_sys_settimeofday64 (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/kernel/time/
Dposix-stubs.c70 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
182 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
Dtime.c169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64() function
220 return do_sys_settimeofday64(tv ? &new_ts : NULL, tz ? &new_tz : NULL); in SYSCALL_DEFINE2()
264 return do_sys_settimeofday64(tv ? &new_ts : NULL, tz ? &new_tz : NULL); in COMPAT_SYSCALL_DEFINE2()
Dposix-timers.c185 return do_sys_settimeofday64(tp, NULL); in posix_clock_realtime_set()
/linux-5.19.10/include/linux/
Dtimekeeping.h20 extern int do_sys_settimeofday64(const struct timespec64 *tv,
/linux-5.19.10/arch/alpha/kernel/
Dosf_sys.c1014 return do_sys_settimeofday64(tv ? &kts : NULL, tz ? &ktz : NULL); in SYSCALL_DEFINE2()