Searched refs:new_tp (Results 1 – 2 of 2) sorted by relevance
63 struct timespec64 new_tp; in SYSCALL_DEFINE2() local67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()70 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()175 struct timespec64 new_tp; in SYSCALL_DEFINE2() local179 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2()182 return do_sys_settimeofday64(&new_tp, NULL); in SYSCALL_DEFINE2()
1071 struct timespec64 new_tp; in SYSCALL_DEFINE2() local1076 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()1079 return kc->clock_set(which_clock, &new_tp); in SYSCALL_DEFINE2()