Searched refs:shmid_kernel (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/ipc/ |
D | shm.c | 52 struct shmid_kernel /* private to the kernel */ struct 94 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp); 115 struct shmid_kernel *shp; in do_shm_rmid() 117 shp = container_of(ipcp, struct shmid_kernel, shm_perm); in do_shm_rmid() 156 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id) in shm_obtain_object() 163 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object() 166 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id) in shm_obtain_object_check() 173 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object_check() 180 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock() 198 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_lock() [all …]
|
/Linux-v5.15/Documentation/security/ |
D | lsm.rst | 85 msg_msg <msg_msg>`, struct msg_queue, and struct shmid_kernel
|