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

/linux-master/ipc/
H A Dshm.c53 struct shmid_kernel /* private to the kernel */ struct
104 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
125 struct shmid_kernel *shp;
127 shp = container_of(ipcp, struct shmid_kernel, shm_perm);
167 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id)
174 return container_of(ipcp, struct shmid_kernel, shm_perm);
177 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id)
184 return container_of(ipcp, struct shmid_kernel, shm_perm);
191 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id)
209 return container_of(ipcp, struct shmid_kernel, shm_per
[all...]

Completed in 142 milliseconds