Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dkhugepaged.c1503 int nr_none = 0, result = SCAN_SUCCEED; in collapse_file() local
1573 nr_none++; in collapse_file()
1705 if (nr_none) { in collapse_file()
1708 __mod_node_page_state(zone->zone_pgdat, NR_FILE_PAGES, nr_none); in collapse_file()
1711 NR_SHMEM, nr_none); in collapse_file()
1771 mapping->nrpages -= nr_none; in collapse_file()
1774 shmem_uncharge(mapping->host, nr_none); in collapse_file()
1781 if (!nr_none) in collapse_file()
1783 nr_none--; in collapse_file()
1801 VM_BUG_ON(nr_none); in collapse_file()