Searched refs:do_sys_settimeofday (Results 1 – 3 of 3) sorted by relevance
155 int do_sys_settimeofday(struct timespec *tv, struct timezone *tz) in do_sys_settimeofday() function205 return do_sys_settimeofday(tv ? &new_ts : NULL, tz ? &new_tz : NULL); in SYSCALL_DEFINE2()
191 return do_sys_settimeofday(tp, NULL); in common_clock_set()
86 return do_sys_settimeofday(tv ? &kts : NULL, tz ? &ktz : NULL); in compat_sys_settimeofday()