Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dposix-stubs.c111 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local
120 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
204 struct timespec64 rtn_tp = { in SYSCALL_DEFINE2() local
213 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()
/linux-6.1.9/arch/ia64/kernel/
Dsys_ia64.c189 struct timespec64 rtn_tp = ns_to_timespec64(tick_ns); in ia64_clock_getres() local
190 return put_timespec64(&rtn_tp, tp); in ia64_clock_getres()