Lines Matching full:inactive
263 * inactive list.
403 * a page is marked PageActive just after it is added to the inactive in __lru_cache_activate_page()
421 * inactive,unreferenced -> inactive,referenced
422 * inactive,referenced -> active,unreferenced
489 * Place @page on the inactive or unevictable LRU list, depending on its
515 * inactive list to speed up its reclaim. It is moved to the
524 * 2. active, dirty/writeback page -> inactive, head, PG_reclaim
525 * 3. inactive, mapped page -> none
526 * 4. inactive, dirty/writeback page -> inactive, head, PG_reclaim
527 * 5. inactive, clean -> inactive, tail
530 * In 4, why it moves inactive's head, the VM expects the page would
569 * We moves tha page into tail of inactive. in lru_deactivate_file_fn()
697 * deactivate_page() moves @page to the inactive list if @page was on the active
719 * mark_page_lazyfree() moves @page to the inactive file list.