Searched refs:shm_perm (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | shm.c | 53 struct kern_ipc_perm shm_perm;
member 88 #define shm_unlock(shp) ipc_unlock(&(shp)->shm_perm)
116 shp = container_of(ipcp, struct shmid_kernel, shm_perm);
in do_shm_rmid() 120 shp->shm_perm.mode |= SHM_DEST;
in do_shm_rmid() 122 ipc_set_key_private(&shm_ids(ns), &shp->shm_perm);
in do_shm_rmid() 167 return container_of(ipcp, struct shmid_kernel, shm_perm);
in shm_obtain_object() 178 return container_of(ipcp, struct shmid_kernel, shm_perm);
in shm_obtain_object_check() 204 return container_of(ipcp, struct shmid_kernel, shm_perm);
in shm_lock() 221 ipc_lock_object(&ipcp->shm_perm);
in shm_lock_by_ptr() 227 struct shmid_kernel *shp = container_of(ptr, struct shmid_kernel, shm_perm);
in shm_rcu_free() 1324 struct compat_ipc_perm shm_perm; global() member [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/ |
H A D | shm.h | 4 struct ipc_perm shm_perm; member
|
Completed in 3 milliseconds