Home
last modified time | relevance | path

Searched refs:rtn_tp (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/time/
Dposix-stubs.c109 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local
118 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
195 struct timespec64 rtn_tp = { in COMPAT_SYSCALL_DEFINE2() local
204 if (compat_put_timespec64(&rtn_tp, tp)) in COMPAT_SYSCALL_DEFINE2()
Dposix-timers.c1101 struct timespec64 rtn_tp; in SYSCALL_DEFINE2() local
1107 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()
1109 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()