Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dposix-stubs.c36 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
139 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
H A 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()
H A Dposix-timers.c145 return do_sys_settimeofday64(tp, NULL); in posix_clock_realtime_set()
/openbmc/linux/include/linux/
H A Dtimekeeping.h20 extern int do_sys_settimeofday64(const struct timespec64 *tv,
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1014 return do_sys_settimeofday64(tv ? &kts : NULL, tz ? &ktz : NULL); in SYSCALL_DEFINE2()