Searched refs:nr_pagecache_reclaimable (Results 1 - 1 of 1) sorted by path

/linux-master/mm/
H A Dvmscan.c7378 unsigned long nr_pagecache_reclaimable; local
7388 nr_pagecache_reclaimable = node_page_state(pgdat, NR_FILE_PAGES);
7390 nr_pagecache_reclaimable = node_unmapped_file_pages(pgdat);
7397 if (unlikely(delta > nr_pagecache_reclaimable))
7398 delta = nr_pagecache_reclaimable;
7400 return nr_pagecache_reclaimable - delta;

Completed in 188 milliseconds