Home
last modified time | relevance | path

Searched refs:userfaultfd_remove (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Duserfaultfd_k.h263 extern bool userfaultfd_remove(struct vm_area_struct *vma,
415 static inline bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function
/linux/mm/
H A Dmadvise.c916 if (!userfaultfd_remove(madv_behavior->vma, range->start, range->end)) { in madvise_dontneed_free()
1042 if (userfaultfd_remove(vma, start, end)) { in madvise_remove()
/linux/fs/
H A Duserfaultfd.c792 bool userfaultfd_remove(struct vm_area_struct *vma, in userfaultfd_remove() function