Searched refs:shmid_kernel (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/ |
H A D | shm.c | 52 struct shmid_kernel {
struct 93 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
114 struct shmid_kernel *shp;
in do_shm_rmid() 116 shp = container_of(ipcp, struct shmid_kernel, shm_perm);
in do_shm_rmid() 159 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id)
in shm_obtain_object() 167 return container_of(ipcp, struct shmid_kernel, shm_perm);
in shm_obtain_object() 170 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id)
in shm_obtain_object_check() 178 return container_of(ipcp, struct shmid_kernel, shm_perm);
in shm_obtain_object_check() 185 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id)
in shm_lock() 204 return container_of(ipcp, struct shmid_kernel, shm_per in shm_lock() [all...] |
Completed in 2 milliseconds