Home
last modified time | relevance | path

Searched defs:shmid64_ds (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/arch/mips/include/uapi/asm/
Dshmbuf.h20 struct shmid64_ds { struct
33 struct shmid64_ds { argument
34 struct ipc64_perm shm_perm; /* operation perms */
35 __kernel_size_t shm_segsz; /* size of segment (bytes) */
36 unsigned long shm_atime; /* last attach time */
37 unsigned long shm_dtime; /* last detach time */
38 unsigned long shm_ctime; /* last change time */
39 __kernel_pid_t shm_cpid; /* pid of creator */
40 __kernel_pid_t shm_lpid; /* pid of last operator */
41 unsigned long shm_nattch; /* no. of current attaches */
[all …]
/linux-5.19.10/arch/powerpc/include/uapi/asm/
Dshmbuf.h25 struct shmid64_ds { struct
26 struct ipc64_perm shm_perm; /* operation perms */
28 long shm_atime; /* last attach time */
29 long shm_dtime; /* last detach time */
30 long shm_ctime; /* last change time */
32 unsigned long shm_atime_high;
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_dtime_high;
35 unsigned long shm_dtime; /* last detach time */
36 unsigned long shm_ctime_high;
[all …]
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dshmbuf.h18 struct shmid64_ds { struct
19 struct ipc64_perm shm_perm; /* operation perms */
21 long shm_atime; /* last attach time */
22 long shm_dtime; /* last detach time */
23 long shm_ctime; /* last change time */
25 unsigned long shm_atime_high;
26 unsigned long shm_atime; /* last attach time */
27 unsigned long shm_dtime_high;
28 unsigned long shm_dtime; /* last detach time */
29 unsigned long shm_ctime_high;
[all …]
/linux-5.19.10/arch/sparc/include/uapi/asm/
Dshmbuf.h17 struct shmid64_ds { struct
18 struct ipc64_perm shm_perm; /* operation perms */
20 long shm_atime; /* last attach time */
21 long shm_dtime; /* last detach time */
22 long shm_ctime; /* last change time */
24 unsigned long shm_atime_high;
25 unsigned long shm_atime; /* last attach time */
26 unsigned long shm_dtime_high;
27 unsigned long shm_dtime; /* last detach time */
28 unsigned long shm_ctime_high;
[all …]
/linux-5.19.10/include/uapi/asm-generic/
Dshmbuf.h27 struct shmid64_ds { struct
28 struct ipc64_perm shm_perm; /* operation perms */
29 __kernel_size_t shm_segsz; /* size of segment (bytes) */
31 long shm_atime; /* last attach time */
32 long shm_dtime; /* last detach time */
33 long shm_ctime; /* last change time */
35 unsigned long shm_atime; /* last attach time */
36 unsigned long shm_atime_high;
37 unsigned long shm_dtime; /* last detach time */
38 unsigned long shm_dtime_high;
[all …]
/linux-5.19.10/arch/xtensa/include/uapi/asm/
Dshmbuf.h26 struct shmid64_ds { struct
27 struct ipc64_perm shm_perm; /* operation perms */
28 __kernel_size_t shm_segsz; /* size of segment (bytes) */
29 unsigned long shm_atime; /* last attach time */
30 unsigned long shm_atime_high;
31 unsigned long shm_dtime; /* last detach time */
32 unsigned long shm_dtime_high;
33 unsigned long shm_ctime; /* last change time */
34 unsigned long shm_ctime_high;
35 __kernel_pid_t shm_cpid; /* pid of creator */
[all …]
/linux-5.19.10/arch/x86/include/uapi/asm/
Dshmbuf.h20 struct shmid64_ds { struct
21 struct ipc64_perm shm_perm; /* operation perms */
22 __kernel_size_t shm_segsz; /* size of segment (bytes) */
23 __kernel_long_t shm_atime; /* last attach time */
24 __kernel_long_t shm_dtime; /* last detach time */
25 __kernel_long_t shm_ctime; /* last change time */
26 __kernel_pid_t shm_cpid; /* pid of creator */
27 __kernel_pid_t shm_lpid; /* pid of last operator */
28 __kernel_ulong_t shm_nattch; /* no. of current attaches */
29 __kernel_ulong_t __unused4;
[all …]