Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dposix-stubs.c77 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local
86 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
160 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local
169 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()
A Dposix-timers.c1271 struct timespec64 rtn_tp; in SYSCALL_DEFINE2() local
1277 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()
1279 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()

Completed in 7 milliseconds