Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dshmbuf.h17 struct shmid64_ds { struct
30 struct shmid64_ds { argument
31 struct ipc64_perm shm_perm; /* operation perms */
32 size_t shm_segsz; /* size of segment (bytes) */
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_dtime; /* last detach time */
35 unsigned long shm_ctime; /* last change time */
36 __kernel_pid_t shm_cpid; /* pid of creator */
37 __kernel_pid_t shm_lpid; /* pid of last operator */
38 unsigned long shm_nattch; /* no. of current attaches */
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h22 struct shmid64_ds { struct
23 struct ipc64_perm shm_perm; /* operation perms */
25 long shm_atime; /* last attach time */
26 long shm_dtime; /* last detach time */
27 long shm_ctime; /* last change time */
29 unsigned long shm_atime_high;
30 unsigned long shm_atime; /* last attach time */
31 unsigned long shm_dtime_high;
32 unsigned long shm_dtime; /* last detach time */
33 unsigned long shm_ctime_high;
[all …]
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dshmbuf.h16 struct shmid64_ds { struct
17 struct ipc64_perm shm_perm; /* operation perms */
19 long shm_atime; /* last attach time */
20 long shm_dtime; /* last detach time */
21 long shm_ctime; /* last change time */
23 unsigned long shm_atime_high;
24 unsigned long shm_atime; /* last attach time */
25 unsigned long shm_dtime_high;
26 unsigned long shm_dtime; /* last detach time */
27 unsigned long shm_ctime_high;
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dshmbuf.h14 struct shmid64_ds { struct
15 struct ipc64_perm shm_perm; /* operation perms */
17 long shm_atime; /* last attach time */
18 long shm_dtime; /* last detach time */
19 long shm_ctime; /* last change time */
21 unsigned long shm_atime_high;
22 unsigned long shm_atime; /* last attach time */
23 unsigned long shm_dtime_high;
24 unsigned long shm_dtime; /* last detach time */
25 unsigned long shm_ctime_high;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dshmbuf.h25 struct shmid64_ds { struct
26 struct ipc64_perm shm_perm; /* operation perms */
27 size_t shm_segsz; /* size of segment (bytes) */
29 __kernel_time_t shm_atime; /* last attach time */
30 __kernel_time_t shm_dtime; /* last detach time */
31 __kernel_time_t shm_ctime; /* last change time */
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_atime_high;
35 unsigned long shm_dtime; /* last detach time */
36 unsigned long shm_dtime_high;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dshmbuf.h25 struct shmid64_ds { struct
26 struct ipc64_perm shm_perm; /* operation perms */
27 size_t shm_segsz; /* size of segment (bytes) */
29 __kernel_time_t shm_atime; /* last attach time */
30 __kernel_time_t shm_dtime; /* last detach time */
31 __kernel_time_t shm_ctime; /* last change time */
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_atime_high;
35 unsigned long shm_dtime; /* last detach time */
36 unsigned long shm_dtime_high;
[all …]
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dshmbuf.h25 struct shmid64_ds { struct
26 struct ipc64_perm shm_perm; /* operation perms */
27 size_t shm_segsz; /* size of segment (bytes) */
29 long shm_atime; /* last attach time */
30 long shm_dtime; /* last detach time */
31 long shm_ctime; /* last change time */
33 unsigned long shm_atime; /* last attach time */
34 unsigned long shm_atime_high;
35 unsigned long shm_dtime; /* last detach time */
36 unsigned long shm_dtime_high;
[all …]
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h23 struct shmid64_ds { struct
24 struct ipc64_perm shm_perm; /* operation perms */
25 size_t shm_segsz; /* size of segment (bytes) */
26 unsigned long shm_atime; /* last attach time */
27 unsigned long shm_atime_high;
28 unsigned long shm_dtime; /* last detach time */
29 unsigned long shm_dtime_high;
30 unsigned long shm_ctime; /* last change time */
31 unsigned long shm_ctime_high;
32 __kernel_pid_t shm_cpid; /* pid of creator */
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dshmbuf.h16 struct shmid64_ds { struct
17 struct ipc64_perm shm_perm; /* operation perms */
18 size_t shm_segsz; /* size of segment (bytes) */
19 __kernel_long_t shm_atime; /* last attach time */
20 __kernel_long_t shm_dtime; /* last detach time */
21 __kernel_long_t shm_ctime; /* last change time */
22 __kernel_pid_t shm_cpid; /* pid of creator */
23 __kernel_pid_t shm_lpid; /* pid of last operator */
24 __kernel_ulong_t shm_nattch; /* no. of current attaches */
25 __kernel_ulong_t __unused4;
[all …]