Home
last modified time | relevance | path

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

/linux-6.15/arch/sparc/vdso/
H A Dvclock_gettime.c167 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 *ts) in __vdso_clock_gettime_stick()
334 struct __kernel_old_timespec ts; in __vdso_gettimeofday()
[all …]
/linux-6.15/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-6.15/arch/sh/include/uapi/asm/
H A Dsockios.h16 #define SIOCGSTAMPNS_OLD _IOR('s', 101, struct __kernel_old_timespec) /* Get stamp (timespec) */
/linux-6.15/include/uapi/linux/
H A Dtime_types.h31 struct __kernel_old_timespec { struct
H A Derrqueue.h58 struct __kernel_old_timespec ts[3];
/linux-6.15/net/
H A Dcompat.c252 struct __kernel_old_timespec *ts = data; in put_cmsg_compat()
H A Dsocket.c892 struct __kernel_old_timespec ts; in __sock_recv_timestamp()
/linux-6.15/include/linux/
H A Dskbuff.h4307 struct __kernel_old_timespec *stamp) in skb_get_timestampns()
/linux-6.15/net/ipv4/
H A Dtcp.c2289 struct __kernel_old_timespec ts_old = { in tcp_recv_timestamp()