Home
last modified time | relevance | path

Searched refs:nr_pagecache_reclaimable (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/
H A Dvmscan.c8001 unsigned long nr_pagecache_reclaimable; in node_pagecache_reclaimable() local
8011 nr_pagecache_reclaimable = node_page_state(pgdat, NR_FILE_PAGES); in node_pagecache_reclaimable()
8013 nr_pagecache_reclaimable = node_unmapped_file_pages(pgdat); in node_pagecache_reclaimable()
8020 if (unlikely(delta > nr_pagecache_reclaimable)) in node_pagecache_reclaimable()
8021 delta = nr_pagecache_reclaimable; in node_pagecache_reclaimable()
8023 return nr_pagecache_reclaimable - delta; in node_pagecache_reclaimable()