Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtime.c163 int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz) in do_sys_settimeofday() function
215 return do_sys_settimeofday(tv ? &new_ts : NULL, tz ? &new_tz : NULL); in SYSCALL_DEFINE2()
Dposix-timers.c216 return do_sys_settimeofday(tp, NULL); in posix_clock_realtime_set()
/linux-4.4.14/include/linux/
Dtimekeeping.h14 extern int do_sys_settimeofday(const struct timespec *tv,
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c1029 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL); in SYSCALL_DEFINE2()
/linux-4.4.14/kernel/
Dcompat.c126 return do_sys_settimeofday(tv ? &new_ts : NULL, tz ? &new_tz : NULL); in COMPAT_SYSCALL_DEFINE2()