Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Duserfaultfd_k.h91 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 Duserfaultfd_k.h191 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 Dmadvise.c786 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 Dmadvise.c873 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 Duserfaultfd.c751 bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function
/kernel/linux/linux-6.6/fs/
H A Duserfaultfd.c809 bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function

Completed in 9 milliseconds