Home
last modified time | relevance | path

Searched refs:shmid_kernel (Results 1 – 3 of 3) sorted by relevance

/linux/ipc/
H A Dshm.c54 struct shmid_kernel /* private to the kernel */ struct
105 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
126 struct shmid_kernel *shp; in do_shm_rmid()
128 shp = container_of(ipcp, struct shmid_kernel, shm_perm); in do_shm_rmid()
169 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id) in shm_obtain_object()
176 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object()
179 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id) in shm_obtain_object_check()
186 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object_check()
193 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock()
211 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_lock()
[all …]
/linux/Documentation/translations/zh_CN/security/
H A Dlsm.rst68 struct shmid_kernel的定义被移动到头文件中( ``include/linux/msg.h`` 和
/linux/Documentation/security/
H A Dlsm.rst85 msg_msg <msg_msg>`, struct msg_queue, and struct shmid_kernel