Searched refs:rtn_tp (Results 1 – 2 of 2) sorted by relevance
109 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local118 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()195 struct timespec64 rtn_tp = { in COMPAT_SYSCALL_DEFINE2() local204 if (compat_put_timespec64(&rtn_tp, tp)) in COMPAT_SYSCALL_DEFINE2()
1101 struct timespec64 rtn_tp; in SYSCALL_DEFINE2() local1107 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()1109 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()