Searched refs:rtn_tp (Results 1 – 3 of 3) sorted by relevance
111 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local120 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()205 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local214 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
1142 struct timespec64 rtn_tp; in SYSCALL_DEFINE2() local1148 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()1150 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
173 struct timespec64 rtn_tp; in ia64_clock_getres() local192 rtn_tp = ns_to_timespec64(tick_ns); in ia64_clock_getres()193 return put_timespec64(&rtn_tp, tp); in ia64_clock_getres()
Completed in 7 milliseconds