Lines Matching full:inactive
232 * inactive list.
377 * a page is marked PageActive just after it is added to the inactive in __lru_cache_activate_page()
395 * inactive,unreferenced -> inactive,referenced
396 * inactive,referenced -> active,unreferenced
463 * Place @page on the inactive or unevictable LRU list, depending on its
489 * inactive list to speed up its reclaim. It is moved to the
498 * 2. active, dirty/writeback page -> inactive, head, PG_reclaim
499 * 3. inactive, mapped page -> none
500 * 4. inactive, dirty/writeback page -> inactive, head, PG_reclaim
501 * 5. inactive, clean -> inactive, tail
504 * In 4, why it moves inactive's head, the VM expects the page would
535 * We move that page into tail of inactive. in lru_deactivate_file_fn()
658 * deactivate_page() moves @page to the inactive list if @page was on the active
680 * mark_page_lazyfree() moves @page to the inactive file list.