Home
last modified time | relevance | path

Searched refs:shm_perm (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/kernel/ipc/
H A Dshm.c54 struct kern_ipc_perm shm_perm; member
98 ipc_unlock(&(shp)->shm_perm)
126 shp = container_of(ipcp, struct shmid_kernel, shm_perm); in do_shm_rmid()
130 shp->shm_perm.mode |= SHM_DEST; in do_shm_rmid()
132 ipc_set_key_private(&shm_ids(ns), &shp->shm_perm); in do_shm_rmid()
173 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object()
183 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object_check()
208 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_lock()
225 ipc_lock_object(&ipcp->shm_perm); in shm_lock_by_ptr()
233 shm_perm); in shm_rcu_free()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dshmbuf.h18 struct ipc64_perm shm_perm; /* operation perms */ member
31 struct ipc64_perm shm_perm; /* operation perms */ member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-ext-opcache-config.m4-enable-opcache.patch67 - shmbuf.shm_perm.uid = getuid();
68 - shmbuf.shm_perm.gid = getgid();
69 - shmbuf.shm_perm.mode = 0600;
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dshmbuf.h24 struct ipc64_perm shm_perm; /* operation perms */ member
/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/bits/types/
H A Dstruct_shmid_ds.h26 struct ipc_perm shm_perm; /* operation permission struct */ member
/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/bits/types/
H A Dstruct_shmid_ds.h26 struct ipc_perm shm_perm; /* operation permission struct */ member
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dshmbuf.h26 struct ipc64_perm shm_perm; /* operation perms */ member
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dshmbuf.h23 struct ipc64_perm shm_perm; /* operation perms */ member
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dshmbuf.h17 struct ipc64_perm shm_perm; /* operation perms */ member
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dshmbuf.h15 struct ipc64_perm shm_perm; /* operation perms */ member
/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.h26 struct ipc64_perm shm_perm; /* operation perms */ member
/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.h26 struct ipc64_perm shm_perm; /* operation perms */ member
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dshmbuf.h17 struct ipc64_perm shm_perm; /* operation perms */ member
/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/linux/
H A Dshm.h27 struct ipc_perm shm_perm; /* operation perms */ member
/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/linux/
H A Dshm.h27 struct ipc_perm shm_perm; /* operation perms */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dshm.h29 struct ipc_perm shm_perm; /* operation perms */ member
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcompat.h159 struct compat_ipc64_perm shm_perm; member
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcompat.h166 struct compat_ipc64_perm shm_perm; member
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcompat.h189 struct compat_ipc64_perm shm_perm; member
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dcompat.h152 struct compat_ipc64_perm shm_perm; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcompat.h164 struct compat_ipc64_perm shm_perm; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcompat.h145 struct compat_ipc64_perm shm_perm; member
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dcompat.h242 struct compat_ipc64_perm shm_perm; member
/OK3568_Linux_fs/external/xserver/Xext/
H A Dshm.c82 #define SHM_PERM(buf) buf.shm_perm