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

/linux-master/include/linux/
H A Dmm.h2555 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot);
2565 return vma_wants_writenotify(vma, vma->vm_page_prot);
/linux-master/mm/
H A Dmmap.c96 if (vma_wants_writenotify(vma, vm_page_prot)) {
1517 int vma_wants_writenotify(struct vm_area_struct *vma, pgprot_t vm_page_prot) function

Completed in 124 milliseconds