Searched refs:rtn_tp (Results 1 – 2 of 2) sorted by relevance
107 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local116 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()194 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local203 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
1111 struct timespec64 rtn_tp; in SYSCALL_DEFINE2() local1117 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()1119 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()