Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/
Dtime.c153 int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz) in do_sys_settimeofday() function
197 return do_sys_settimeofday(tv ? &new_ts : NULL, tz ? &new_tz : NULL); in SYSCALL_DEFINE2()
Dposix-timers.c171 return do_sys_settimeofday(tp, NULL); in posix_clock_realtime_set()
Dcompat.c145 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL); in compat_sys_settimeofday()
/linux-3.4.99/include/linux/
Dtime.h175 extern int do_sys_settimeofday(const struct timespec *tv,
/linux-3.4.99/arch/alpha/kernel/
Dosf_sys.c873 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL); in SYSCALL_DEFINE2()