Searched refs:nr_pagecache_reclaimable (Results 1 – 1 of 1) sorted by relevance
7611 unsigned long nr_pagecache_reclaimable; in node_pagecache_reclaimable() 7621 nr_pagecache_reclaimable = node_page_state(pgdat, NR_FILE_PAGES);7623 nr_pagecache_reclaimable = node_unmapped_file_pages(pgdat); in __node_reclaim() 7632 if (unlikely(delta > nr_pagecache_reclaimable)) in __node_reclaim() 7633 delta = nr_pagecache_reclaimable; in __node_reclaim() 7635 return nr_pagecache_reclaimable - delta; in __node_reclaim() 7592 unsigned long nr_pagecache_reclaimable; node_pagecache_reclaimable() local