Searched refs:shm_destroy (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/ipc/ |
H A D | shm.c | 103 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp); 135 shm_destroy(ns, shp); in do_shm_rmid() 307 * We raced in the idr lookup or with shm_destroy(). in shm_open() 314 * shm_destroy - free the struct shmid_kernel 322 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_destroy() function 377 * We raced in the idr lookup or with shm_destroy(). in shm_close() 387 shm_destroy(ns, shp); in shm_close() 412 shm_destroy(ns, shp); in shm_try_destroy_orphaned() 504 shm_destroy(ns, shp); in exit_shm() 1179 /* check if shm_destroy() i in shmctl_do_lock() [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | shm.c | 103 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp); 135 shm_destroy(ns, shp); in do_shm_rmid() 313 * We raced in the idr lookup or with shm_destroy(). in shm_open() 320 * shm_destroy - free the struct shmid_kernel 328 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_destroy() function 378 * We raced in the idr lookup or with shm_destroy(). in __shm_close() 388 shm_destroy(ns, shp); in __shm_close() 425 shm_destroy(ns, shp); in shm_try_destroy_orphaned() 517 shm_destroy(ns, shp); in exit_shm() 1189 /* check if shm_destroy() i in shmctl_do_lock() [all...] |
Completed in 5 milliseconds