Lines Matching refs:tp
61 const struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
73 static int do_clock_gettime(clockid_t which_clock, struct timespec64 *tp) in do_clock_gettime() argument
77 ktime_get_real_ts64(tp); in do_clock_gettime()
80 ktime_get_ts64(tp); in do_clock_gettime()
81 timens_add_monotonic(tp); in do_clock_gettime()
84 ktime_get_boottime_ts64(tp); in do_clock_gettime()
85 timens_add_boottime(tp); in do_clock_gettime()
95 struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
104 if (put_timespec64(&kernel_tp, tp)) in SYSCALL_DEFINE2()
109 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
120 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
175 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
181 if (get_old_timespec32(&new_tp, tp)) in SYSCALL_DEFINE2()
188 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
197 if (put_old_timespec32(&kernel_tp, tp)) in SYSCALL_DEFINE2()
203 struct old_timespec32 __user *, tp) in SYSCALL_DEFINE2() argument
214 if (put_old_timespec32(&rtn_tp, tp)) in SYSCALL_DEFINE2()