Symbol: __kernel_long_t
arch/alpha/include/uapi/asm/socket.h
168
#define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
arch/alpha/include/uapi/asm/socket.h
169
#define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
arch/alpha/include/uapi/asm/socket.h
170
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
arch/alpha/include/uapi/asm/socket.h
172
#define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
arch/alpha/include/uapi/asm/socket.h
173
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
arch/mips/include/uapi/asm/socket.h
179
#define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
arch/mips/include/uapi/asm/socket.h
180
#define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
arch/mips/include/uapi/asm/socket.h
181
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
arch/mips/include/uapi/asm/socket.h
183
#define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
arch/mips/include/uapi/asm/socket.h
184
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
arch/parisc/include/uapi/asm/socket.h
159
#define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
arch/parisc/include/uapi/asm/socket.h
160
#define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
arch/parisc/include/uapi/asm/socket.h
161
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
arch/parisc/include/uapi/asm/socket.h
163
#define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
arch/parisc/include/uapi/asm/socket.h
164
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
arch/sparc/include/uapi/asm/posix_types.h
24
#define __kernel_long_t __kernel_long_t
arch/sparc/include/uapi/asm/posix_types.h
27
__kernel_long_t tv_sec;
arch/sparc/include/uapi/asm/socket.h
162
#define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
arch/sparc/include/uapi/asm/socket.h
163
#define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
arch/sparc/include/uapi/asm/socket.h
164
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
arch/sparc/include/uapi/asm/socket.h
166
#define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
arch/sparc/include/uapi/asm/socket.h
167
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
arch/x86/include/uapi/asm/msgbuf.h
21
__kernel_long_t msg_stime; /* last msgsnd time */
arch/x86/include/uapi/asm/msgbuf.h
22
__kernel_long_t msg_rtime; /* last msgrcv time */
arch/x86/include/uapi/asm/msgbuf.h
23
__kernel_long_t msg_ctime; /* last change time */
arch/x86/include/uapi/asm/posix_types_x32.h
16
#define __kernel_long_t __kernel_long_t
arch/x86/include/uapi/asm/sembuf.h
26
__kernel_long_t sem_otime; /* last semop time */
arch/x86/include/uapi/asm/sembuf.h
28
__kernel_long_t sem_ctime; /* last change time */
arch/x86/include/uapi/asm/shmbuf.h
23
__kernel_long_t shm_atime; /* last attach time */
arch/x86/include/uapi/asm/shmbuf.h
24
__kernel_long_t shm_dtime; /* last detach time */
arch/x86/include/uapi/asm/shmbuf.h
25
__kernel_long_t shm_ctime; /* last change time */
arch/x86/include/uapi/asm/stat.h
103
__kernel_long_t __unused[3];
arch/x86/include/uapi/asm/stat.h
93
__kernel_long_t st_size;
arch/x86/include/uapi/asm/stat.h
94
__kernel_long_t st_blksize;
arch/x86/include/uapi/asm/stat.h
95
__kernel_long_t st_blocks; /* Number 512-byte blocks allocated. */
fs/xfs/libxfs/xfs_fs.h
333
__kernel_long_t tv_sec; /* seconds */
include/uapi/asm-generic/posix_types.h
14
#ifndef __kernel_long_t
include/uapi/asm-generic/posix_types.h
41
typedef __kernel_long_t __kernel_suseconds_t;
include/uapi/asm-generic/posix_types.h
73
typedef __kernel_long_t __kernel_ssize_t;
include/uapi/asm-generic/posix_types.h
74
typedef __kernel_long_t __kernel_ptrdiff_t;
include/uapi/asm-generic/posix_types.h
87
typedef __kernel_long_t __kernel_off_t;
include/uapi/asm-generic/posix_types.h
90
typedef __kernel_long_t __kernel_old_time_t;
include/uapi/asm-generic/posix_types.h
92
typedef __kernel_long_t __kernel_time_t;
include/uapi/asm-generic/posix_types.h
95
typedef __kernel_long_t __kernel_clock_t;
include/uapi/asm-generic/socket.h
164
#define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
include/uapi/asm-generic/socket.h
165
#define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
include/uapi/asm-generic/socket.h
166
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
include/uapi/asm-generic/socket.h
168
#define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
include/uapi/asm-generic/socket.h
169
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
include/uapi/asm-generic/statfs.h
17
#define __statfs_word __kernel_long_t
include/uapi/linux/lp.h
99
#define LPSETTIMEOUT (sizeof(time_t) > sizeof(__kernel_long_t) ? \
include/uapi/linux/mqueue.h
29
__kernel_long_t mq_flags; /* message queue flags */
include/uapi/linux/mqueue.h
30
__kernel_long_t mq_maxmsg; /* maximum number of messages */
include/uapi/linux/mqueue.h
31
__kernel_long_t mq_msgsize; /* maximum message size */
include/uapi/linux/mqueue.h
32
__kernel_long_t mq_curmsgs; /* number of messages currently queued */
include/uapi/linux/mqueue.h
33
__kernel_long_t __reserved[4]; /* ignored for input, zeroed for output */
include/uapi/linux/msg.h
39
__kernel_long_t mtype; /* type of message */
include/uapi/linux/resource.h
27
__kernel_long_t ru_maxrss; /* maximum resident set size */
include/uapi/linux/resource.h
28
__kernel_long_t ru_ixrss; /* integral shared memory size */
include/uapi/linux/resource.h
29
__kernel_long_t ru_idrss; /* integral unshared data size */
include/uapi/linux/resource.h
30
__kernel_long_t ru_isrss; /* integral unshared stack size */
include/uapi/linux/resource.h
31
__kernel_long_t ru_minflt; /* page reclaims */
include/uapi/linux/resource.h
32
__kernel_long_t ru_majflt; /* page faults */
include/uapi/linux/resource.h
33
__kernel_long_t ru_nswap; /* swaps */
include/uapi/linux/resource.h
34
__kernel_long_t ru_inblock; /* block input operations */
include/uapi/linux/resource.h
35
__kernel_long_t ru_oublock; /* block output operations */
include/uapi/linux/resource.h
36
__kernel_long_t ru_msgsnd; /* messages sent */
include/uapi/linux/resource.h
37
__kernel_long_t ru_msgrcv; /* messages received */
include/uapi/linux/resource.h
38
__kernel_long_t ru_nsignals; /* signals received */
include/uapi/linux/resource.h
39
__kernel_long_t ru_nvcsw; /* voluntary context switches */
include/uapi/linux/resource.h
40
__kernel_long_t ru_nivcsw; /* involuntary " */
include/uapi/linux/sysinfo.h
9
__kernel_long_t uptime; /* Seconds since boot */
include/uapi/linux/time_types.h
26
__kernel_long_t tv_sec;
include/uapi/linux/time_types.h
27
__kernel_long_t tv_usec;
include/uapi/linux/timex.h
67
__kernel_long_t offset; /* time offset (usec) */
include/uapi/linux/timex.h
68
__kernel_long_t freq; /* frequency offset (scaled ppm) */
include/uapi/linux/timex.h
69
__kernel_long_t maxerror;/* maximum error (usec) */
include/uapi/linux/timex.h
70
__kernel_long_t esterror;/* estimated error (usec) */
include/uapi/linux/timex.h
72
__kernel_long_t constant;/* pll time constant */
include/uapi/linux/timex.h
73
__kernel_long_t precision;/* clock precision (usec) (read only) */
include/uapi/linux/timex.h
74
__kernel_long_t tolerance;/* clock frequency tolerance (ppm)
include/uapi/linux/timex.h
78
__kernel_long_t tick; /* (modified) usecs between clock ticks */
include/uapi/linux/timex.h
80
__kernel_long_t ppsfreq;/* pps frequency (scaled ppm) (ro) */
include/uapi/linux/timex.h
81
__kernel_long_t jitter; /* pps jitter (us) (ro) */
include/uapi/linux/timex.h
83
__kernel_long_t stabil; /* pps stability (scaled ppm) (ro) */
include/uapi/linux/timex.h
84
__kernel_long_t jitcnt; /* jitter limit exceeded (ro) */
include/uapi/linux/timex.h
85
__kernel_long_t calcnt; /* calibration intervals (ro) */
include/uapi/linux/timex.h
86
__kernel_long_t errcnt; /* calibration errors (ro) */
include/uapi/linux/timex.h
87
__kernel_long_t stbcnt; /* stability limit exceeded (ro) */
include/uapi/linux/vm_sockets.h
95
(sizeof(time_t) == sizeof(__kernel_long_t) ? SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD : SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW)
include/uapi/sound/asound.h
1016
#define SNDRV_TIMER_IOCTL_TREAD ((sizeof(__kernel_long_t) >= sizeof(time_t)) ? \
tools/include/uapi/asm-generic/socket.h
161
#define SO_TIMESTAMP (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMP_OLD : SO_TIMESTAMP_NEW)
tools/include/uapi/asm-generic/socket.h
162
#define SO_TIMESTAMPNS (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPNS_OLD : SO_TIMESTAMPNS_NEW)
tools/include/uapi/asm-generic/socket.h
163
#define SO_TIMESTAMPING (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_TIMESTAMPING_OLD : SO_TIMESTAMPING_NEW)
tools/include/uapi/asm-generic/socket.h
165
#define SO_RCVTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_RCVTIMEO_OLD : SO_RCVTIMEO_NEW)
tools/include/uapi/asm-generic/socket.h
166
#define SO_SNDTIMEO (sizeof(time_t) == sizeof(__kernel_long_t) ? SO_SNDTIMEO_OLD : SO_SNDTIMEO_NEW)
tools/perf/trace/beauty/include/uapi/sound/asound.h
1016
#define SNDRV_TIMER_IOCTL_TREAD ((sizeof(__kernel_long_t) >= sizeof(time_t)) ? \