Home
last modified time | relevance | path

Searched refs:shmid_kernel (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/ipc/
H A Dshm.c52 struct shmid_kernel /* private to the kernel */ struct
103 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
124 struct shmid_kernel *shp; in do_shm_rmid()
126 shp = container_of(ipcp, struct shmid_kernel, shm_perm); in do_shm_rmid()
166 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id) in shm_obtain_object()
173 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object()
176 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id) in shm_obtain_object_check()
183 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object_check()
190 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock()
208 return container_of(ipcp, struct shmid_kernel, shm_per in shm_lock()
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dshm.c52 struct shmid_kernel /* private to the kernel */ struct
103 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
124 struct shmid_kernel *shp; in do_shm_rmid()
126 shp = container_of(ipcp, struct shmid_kernel, shm_perm); in do_shm_rmid()
166 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id) in shm_obtain_object()
173 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object()
176 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id) in shm_obtain_object_check()
183 return container_of(ipcp, struct shmid_kernel, shm_perm); in shm_obtain_object_check()
190 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock()
208 return container_of(ipcp, struct shmid_kernel, shm_per in shm_lock()
[all...]

Completed in 4 milliseconds