Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/ipc/
H A Dshm.c102 static void shm_close(struct vm_area_struct *vma);
365 static void shm_close(struct vm_area_struct *vma) in shm_close() function
595 shm_close(vma); in shm_mmap()
675 .close = shm_close, /* callback for when the vm-area is released */
1719 * The work is done in shm_close.
/kernel/linux/linux-6.6/ipc/
H A Dshm.c102 static void shm_close(struct vm_area_struct *vma);
395 static void shm_close(struct vm_area_struct *vma) in shm_close() function
688 .close = shm_close, /* callback for when the vm-area is released */
1729 * The work is done in shm_close.

Completed in 7 milliseconds