Searched refs:__kernel_old_timespec (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/arch/nds32/kernel/vdso/ |
D | gettimeofday.c | 51 struct __kernel_old_timespec *_ts) in clock_gettime_fallback() 53 register struct __kernel_old_timespec *ts asm("$r1") = _ts; in clock_gettime_fallback() 66 static notrace int do_realtime_coarse(struct __kernel_old_timespec *ts, in do_realtime_coarse() 81 static notrace int do_monotonic_coarse(struct __kernel_old_timespec *ts, in do_monotonic_coarse() 116 static notrace int do_realtime(struct __kernel_old_timespec *ts, struct vdso_data *vdata) in do_realtime() 134 static notrace int do_monotonic(struct __kernel_old_timespec *ts, struct vdso_data *vdata) in do_monotonic() 158 notrace int __vdso_clock_gettime(clockid_t clkid, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 191 struct __kernel_old_timespec *_res) in clock_getres_fallback() 194 register struct __kernel_old_timespec *res asm("$r1") = _res; in clock_getres_fallback() 206 notrace int __vdso_clock_getres(clockid_t clk_id, struct __kernel_old_timespec *res) in __vdso_clock_getres() [all …]
|
/Linux-v5.15/arch/sparc/vdso/ |
D | vclock_gettime.c | 66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime() 147 struct __kernel_old_timespec *ts) in do_realtime() 167 struct __kernel_old_timespec *ts) in do_realtime_stick() 187 struct __kernel_old_timespec *ts) in do_monotonic() 207 struct __kernel_old_timespec *ts) in do_monotonic_stick() 227 struct __kernel_old_timespec *ts) in do_realtime_coarse() 240 struct __kernel_old_timespec *ts) in do_monotonic_coarse() 254 __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 278 clock_gettime(clockid_t, struct __kernel_old_timespec *) 282 __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime_stick() [all …]
|
/Linux-v5.15/arch/x86/um/vdso/ |
D | um_vdso.c | 16 int __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime() 25 int clock_gettime(clockid_t, struct __kernel_old_timespec *)
|
/Linux-v5.15/arch/sh/include/uapi/asm/ |
D | sockios.h | 16 #define SIOCGSTAMPNS_OLD _IOR('s', 101, struct __kernel_old_timespec) /* Get stamp (timespec) */
|
/Linux-v5.15/include/uapi/linux/ |
D | time_types.h | 31 struct __kernel_old_timespec { struct
|
D | errqueue.h | 58 struct __kernel_old_timespec ts[3];
|
/Linux-v5.15/arch/ia64/kernel/ |
D | asm-offsets.c | 214 offsetof (struct __kernel_old_timespec, tv_nsec)); in foo()
|
/Linux-v5.15/net/ |
D | compat.c | 253 struct __kernel_old_timespec *ts = data; in put_cmsg_compat()
|
D | socket.c | 863 struct __kernel_old_timespec ts; in __sock_recv_timestamp()
|
/Linux-v5.15/include/linux/ |
D | skbuff.h | 3798 struct __kernel_old_timespec *stamp) in skb_get_timestampns()
|
/Linux-v5.15/net/ipv4/ |
D | tcp.c | 2215 struct __kernel_old_timespec ts_old = { in tcp_recv_timestamp()
|