Searched refs:userfaultfd_remove (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | userfaultfd_k.h | 91 extern bool userfaultfd_remove(struct vm_area_struct *vma, 166 static inline bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | userfaultfd_k.h | 191 extern bool userfaultfd_remove(struct vm_area_struct *vma, 271 static inline bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | madvise.c | 786 if (!userfaultfd_remove(vma, start, end)) { in madvise_dontneed_free() 815 * next. userfaultfd_remove() will generate an in madvise_dontneed_free() 870 if (userfaultfd_remove(vma, start, end)) { in madvise_remove() 871 /* mmap_lock was not released by userfaultfd_remove() */ in madvise_remove()
|
/kernel/linux/linux-6.6/mm/ |
H A D | madvise.c | 873 if (!userfaultfd_remove(vma, start, end)) { in madvise_dontneed_free() 895 * next. userfaultfd_remove() will generate an in madvise_dontneed_free() 1007 if (userfaultfd_remove(vma, start, end)) { in madvise_remove() 1008 /* mmap_lock was not released by userfaultfd_remove() */ in madvise_remove()
|
/kernel/linux/linux-5.10/fs/ |
H A D | userfaultfd.c | 751 bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function
|
/kernel/linux/linux-6.6/fs/ |
H A D | userfaultfd.c | 809 bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function
|
Completed in 9 milliseconds