Searched refs:__kernel_old_timeval (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.4/arch/sparc/include/uapi/asm/ |
D | posix_types.h | 26 struct __kernel_old_timeval { struct 30 #define __kernel_old_timeval __kernel_old_timeval argument
|
/Linux-v5.4/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 17 extern int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 25 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
|
/Linux-v5.4/include/uapi/linux/ |
D | time_types.h | 24 #ifndef __kernel_old_timeval 25 struct __kernel_old_timeval { struct
|
/Linux-v5.4/arch/mips/vdso/ |
D | vgettimeofday.c | 20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday() 46 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
|
/Linux-v5.4/arch/mips/include/asm/vdso/ |
D | gettimeofday.h | 32 struct __kernel_old_timeval *_tv, in gettimeofday_fallback() 36 register struct __kernel_old_timeval *tv asm("a0") = _tv; in gettimeofday_fallback() 54 struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
|
/Linux-v5.4/arch/arm64/include/asm/vdso/ |
D | gettimeofday.h | 18 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() 22 register struct __kernel_old_timeval *tv asm("x0") = _tv; in gettimeofday_fallback()
|
D | compat_gettimeofday.h | 22 int gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() 26 register struct __kernel_old_timeval *tv asm("r0") = _tv; in gettimeofday_fallback()
|
/Linux-v5.4/arch/x86/include/asm/vdso/ |
D | gettimeofday.h | 74 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback() 136 long gettimeofday_fallback(struct __kernel_old_timeval *_tv, in gettimeofday_fallback()
|
/Linux-v5.4/arch/arm64/kernel/vdso/ |
D | vgettimeofday.c | 17 int __kernel_gettimeofday(struct __kernel_old_timeval *tv, in __kernel_gettimeofday()
|
/Linux-v5.4/arch/arm64/kernel/vdso32/ |
D | vgettimeofday.c | 31 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, in __vdso_gettimeofday()
|
/Linux-v5.4/include/linux/ |
D | time32.h | 218 extern struct __kernel_old_timeval ns_to_kernel_old_timeval(s64 nsec);
|
D | skbuff.h | 3644 struct __kernel_old_timeval *stamp) in skb_get_timestamp()
|
/Linux-v5.4/lib/vdso/ |
D | gettimeofday.c | 144 __cvdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __cvdso_gettimeofday()
|
/Linux-v5.4/kernel/time/ |
D | time.c | 497 struct __kernel_old_timeval ns_to_kernel_old_timeval(const s64 nsec) in ns_to_kernel_old_timeval() 500 struct __kernel_old_timeval tv; in ns_to_kernel_old_timeval()
|
/Linux-v5.4/net/ |
D | compat.c | 225 struct __kernel_old_timeval *tv = (struct __kernel_old_timeval *)data; in put_cmsg_compat()
|
D | socket.c | 782 struct __kernel_old_timeval tv; in __sock_recv_timestamp()
|
/Linux-v5.4/net/core/ |
D | sock.c | 353 struct __kernel_old_timeval old_tv; in sock_get_timeout() 356 *(struct __kernel_old_timeval *)optval = old_tv; in sock_get_timeout() 381 struct __kernel_old_timeval old_tv; in sock_set_timeout() 1226 struct __kernel_old_timeval tm; in sock_getsockopt() 3032 struct __kernel_old_timeval __user tv = { in sock_gettstamp()
|
/Linux-v5.4/net/vmw_vsock/ |
D | af_vsock.c | 1418 struct __kernel_old_timeval tv; in vsock_stream_setsockopt() 1496 struct __kernel_old_timeval tv; in vsock_stream_getsockopt()
|
/Linux-v5.4/net/rds/ |
D | recv.c | 553 struct __kernel_old_timeval tv = in rds_cmsg_recv()
|
/Linux-v5.4/drivers/isdn/mISDN/ |
D | socket.c | 97 struct __kernel_old_timeval tv; in mISDN_sock_cmsg()
|
/Linux-v5.4/net/bluetooth/ |
D | hci_sock.c | 1387 struct __kernel_old_timeval tv; in hci_sock_cmsg()
|
/Linux-v5.4/Documentation/networking/ |
D | timestamping.txt | 12 Control message format is in struct __kernel_old_timeval for
|
/Linux-v5.4/net/ipv4/ |
D | tcp.c | 1886 struct __kernel_old_timeval tv; in tcp_recv_timestamp()
|