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

/linux-master/kernel/time/
H A Dposix-stubs.c36 return do_sys_settimeofday64(&new_tp, NULL);
139 return do_sys_settimeofday64(&new_tp, NULL);
H A Dtime.c169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) function
220 return do_sys_settimeofday64(tv ? &new_ts : NULL, tz ? &new_tz : NULL);
264 return do_sys_settimeofday64(tv ? &new_ts : NULL, tz ? &new_tz : NULL);
H A Dposix-timers.c145 return do_sys_settimeofday64(tp, NULL);
/linux-master/include/linux/
H A Dtimekeeping.h21 extern int do_sys_settimeofday64(const struct timespec64 *tv,
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1014 return do_sys_settimeofday64(tv ? &kts : NULL, tz ? &ktz : NULL);

Completed in 145 milliseconds