Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/uapi/asm/
A Dshmbuf.h20 struct shmid64_ds { struct
33 struct shmid64_ds { argument
34 struct ipc64_perm shm_perm; /* operation perms */
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 */
42 unsigned short shm_atime_high;
43 unsigned short shm_dtime_high;
44 unsigned short shm_ctime_high;
[all …]
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dshmbuf.h25 struct shmid64_ds { struct
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;
34 unsigned long shm_dtime_high;
36 unsigned long shm_ctime_high;
38 unsigned long __unused4;
41 __kernel_pid_t shm_cpid; /* pid of creator */
44 unsigned long __unused5;
[all …]
/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dshmbuf.h18 struct shmid64_ds { struct
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;
27 unsigned long shm_dtime_high;
29 unsigned long shm_ctime_high;
31 unsigned int __pad4;
34 __kernel_pid_t shm_cpid; /* pid of creator */
37 unsigned long __unused1;
[all …]
/linux-6.3-rc2/arch/sparc/include/uapi/asm/
A 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;
26 unsigned long shm_dtime_high;
28 unsigned long shm_ctime_high;
32 __kernel_pid_t shm_cpid; /* pid of creator */
35 unsigned long __unused1;
[all …]
/linux-6.3-rc2/include/uapi/asm-generic/
A Dshmbuf.h27 struct shmid64_ds { struct
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;
38 unsigned long shm_dtime_high;
40 unsigned long shm_ctime_high;
42 __kernel_pid_t shm_cpid; /* pid of creator */
45 unsigned long __unused4;
[all …]
/linux-6.3-rc2/arch/xtensa/include/uapi/asm/
A Dshmbuf.h26 struct shmid64_ds { struct
27 struct ipc64_perm shm_perm; /* operation perms */
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 */
38 unsigned long __unused4;
[all …]
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A 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 …]

Completed in 7 milliseconds