Searched refs:__kernel_old_timespec (Results 1 – 7 of 7) sorted by relevance
/linux/arch/sparc/vdso/ |
H A D | vclock_gettime.c | 66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime() 167 struct __kernel_old_timespec *ts) in do_realtime() 187 struct __kernel_old_timespec *ts) in do_realtime_stick() 207 struct __kernel_old_timespec *ts) in do_monotonic() 227 struct __kernel_old_timespec *ts) in do_monotonic_stick() 247 struct __kernel_old_timespec *ts) in do_realtime_coarse() 260 struct __kernel_old_timespec *ts) in do_monotonic_coarse() 274 __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 298 clock_gettime(clockid_t, struct __kernel_old_timespec *) 302 __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *t [all...] |
/linux/arch/x86/um/vdso/ |
H A D | um_vdso.c | 17 int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts); 22 int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 33 int clock_gettime(clockid_t, struct __kernel_old_timespec *)
|
/linux/arch/sh/include/uapi/asm/ |
H A D | sockios.h | 16 #define SIOCGSTAMPNS_OLD _IOR('s', 101, struct __kernel_old_timespec) /* Get stamp (timespec) */
|
/linux/include/uapi/linux/ |
H A D | time_types.h | 31 struct __kernel_old_timespec { struct 32 tv_sec__kernel_old_timespec global() argument 33 tv_nsec__kernel_old_timespec global() argument
|
H A D | errqueue.h | 53 * __kernel_timespec or __kernel_old_timespec, in the kernel we 58 struct __kernel_old_timespec ts[3];
|
/linux/include/linux/ |
H A D | skbuff.h | 4339 struct __kernel_old_timespec *stamp) in skb_get_timestampns()
|
/linux/net/ipv4/ |
H A D | tcp.c | 2316 struct __kernel_old_timespec ts_old = { in tcp_recv_timestamp()
|