Searched refs:__kernel_old_timespec (Results 1 – 11 of 11) sorted by relevance
/linux/arch/nds32/kernel/vdso/ |
A 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/arch/sparc/vdso/ |
A D | vclock_gettime.c | 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() 314 struct __kernel_old_timespec ts; in __vdso_gettimeofday() [all …]
|
/linux/arch/x86/um/vdso/ |
A 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/arch/sh/include/uapi/asm/ |
A D | sockios.h | 16 #define SIOCGSTAMPNS_OLD _IOR('s', 101, struct __kernel_old_timespec) /* Get stamp (timespec) */
|
/linux/include/uapi/linux/ |
A D | time_types.h | 31 struct __kernel_old_timespec { struct
|
A D | errqueue.h | 58 struct __kernel_old_timespec ts[3];
|
/linux/arch/ia64/kernel/ |
A D | asm-offsets.c | 214 offsetof (struct __kernel_old_timespec, tv_nsec)); in foo()
|
/linux/net/ |
A D | compat.c | 253 struct __kernel_old_timespec *ts = data; in put_cmsg_compat()
|
A D | socket.c | 863 struct __kernel_old_timespec ts; in __sock_recv_timestamp()
|
/linux/include/linux/ |
A D | skbuff.h | 3836 struct __kernel_old_timespec *stamp) in skb_get_timestampns()
|
/linux/net/ipv4/ |
A D | tcp.c | 2200 struct __kernel_old_timespec ts_old = { in tcp_recv_timestamp()
|
Completed in 116 milliseconds