Lines Matching refs:LRU
68 1. Remove pages from the LRU.
92 already been removed from the LRU via isolate_lru_page() and the refcount
149 18. The new page is moved to the LRU and can be scanned by the swapper,
152 Non-LRU page migration
159 *LRU* pages. However, there are potential non-LRU pages which can be migrated
167 To overcome the problem, VM supports non-LRU page migration which provides
168 generic functions for non-LRU movable pages without driver specific hooks
208 4. non-LRU movable page flags
210 There are two page flags for supporting non-LRU movable page.
230 For testing of non-LRU movable pages, VM supports __PageMovable() function.
231 However, it doesn't guarantee to identify non-LRU movable pages because
236 page is LRU or non-LRU movable once the page has been isolated because LRU
238 good for just peeking to test non-LRU movable pages before more expensive
241 For guaranteeing non-LRU movable page, VM provides PageMovable() function.
253 non-LRU movable page, it can skip it. Driver doesn't need to manipulate the