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

/linux-master/ipc/
H A Dshm.c104 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp);
136 shm_destroy(ns, shp);
314 * We raced in the idr lookup or with shm_destroy().
321 * shm_destroy - free the struct shmid_kernel
329 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) function
379 * We raced in the idr lookup or with shm_destroy().
389 shm_destroy(ns, shp);
426 shm_destroy(ns, shp);
518 shm_destroy(ns, shp);
1181 /* check if shm_destroy() i
[all...]

Completed in 254 milliseconds