Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/ipc/
H A Dshm.c343 * shm_may_destroy - identifies whether shm segment should be destroyed now
352 static bool shm_may_destroy(struct shmid_kernel *shp) in shm_may_destroy() function
386 if (shm_may_destroy(shp)) in shm_close()
410 if (shm_may_destroy(shp)) { in shm_try_destroy_orphaned()
503 if (shm_may_destroy(shp)) in exit_shm()
1673 if (shm_may_destroy(shp)) in do_shmat()
/kernel/linux/linux-6.6/ipc/
H A Dshm.c346 * shm_may_destroy - identifies whether shm segment should be destroyed now
355 static bool shm_may_destroy(struct shmid_kernel *shp) in shm_may_destroy() function
387 if (shm_may_destroy(shp)) in __shm_close()
423 if (shm_may_destroy(shp)) { in shm_try_destroy_orphaned()
516 if (shm_may_destroy(shp)) in exit_shm()
1683 if (shm_may_destroy(shp)) in do_shmat()

Completed in 5 milliseconds