Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/time/
Dposix-stubs.c110 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local
119 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
203 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local
212 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
Dposix-timers.c1142 struct timespec64 rtn_tp; in SYSCALL_DEFINE2() local
1148 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()
1150 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()