Lines Matching refs:linear
549 (*) try_to_unmap_file() - linear mappings
554 each VMA in the page's mapping's non-linear list, if the list is
562 (*) try_to_unmap_file() - non-linear mappings
564 If a page's mapping contains a non-empty non-linear mapping VMA list, then
567 all VMAs in the non-linear list to ensure that the pages is not/should not
575 try_to_unmap_file() handles non-linear mappings by scanning a certain
576 number of pages - a "cluster" - in each non-linear VMA associated with the
584 For each non-linear VMA, try_to_unmap_cluster() attempts to acquire the
594 but will mlock any pages in the non-linear mapping that happen to be
623 pages mapped in linear VMAs, as in the try_to_unmap() case, the functions
633 For file pages mapped into non-linear VMAs, the try_to_munlock() logic works
634 slightly differently. On encountering a VM_LOCKED non-linear VMA that might