Home
last modified time | relevance | path

Searched refs:__kernel_old_timespec (Results 1 – 7 of 7) sorted by relevance

/linux/arch/sparc/vdso/
H A Dvclock_gettime.c66 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 Dum_vdso.c17 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 Dsockios.h16 #define SIOCGSTAMPNS_OLD _IOR('s', 101, struct __kernel_old_timespec) /* Get stamp (timespec) */
/linux/include/uapi/linux/
H A Dtime_types.h31 struct __kernel_old_timespec { struct
32 tv_sec__kernel_old_timespec global() argument
33 tv_nsec__kernel_old_timespec global() argument
H A Derrqueue.h53 * __kernel_timespec or __kernel_old_timespec, in the kernel we
58 struct __kernel_old_timespec ts[3];
/linux/include/linux/
H A Dskbuff.h4339 struct __kernel_old_timespec *stamp) in skb_get_timestampns()
/linux/net/ipv4/
H A Dtcp.c2316 struct __kernel_old_timespec ts_old = { in tcp_recv_timestamp()