Searched refs:new_tp (Results 1 – 2 of 2) sorted by relevance
62 struct timespec64 new_tp; in SYSCALL_DEFINE2() local66 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()69 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()166 struct timespec64 new_tp; in SYSCALL_DEFINE2() local170 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2()173 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
1049 struct timespec64 new_tp; in SYSCALL_DEFINE2() local1054 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()1057 return kc->clock_set(which_clock, &new_tp); in SYSCALL_DEFINE2()