Lines Matching refs:reclaim
30 - Page reclaim in shrink_*_list().
56 reclaim in Linux. The problems have been observed at customer sites on large
134 not attempt to reclaim pages on the unevictable list. This has a couple of
137 (1) Because the pages are "hidden" from reclaim on the unevictable list, the
138 reclaim process can be more efficient, dealing only with pages that have a
289 reclaim a page in a VM_LOCKED VMA via try_to_unmap()
351 it later if and when it attempts to reclaim the page.
425 This is fine, because we'll catch it later if and if vmscan tries to reclaim
532 try_to_unmap() is always called, by either vmscan for reclaim or for page
539 When trying to reclaim, if try_to_unmap_one() finds the page in a VM_LOCKED
546 munlock or munmap system calls, mm teardown (munlock_vma_pages_all), reclaim,