Home
last modified time | relevance | path

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

/linux/mm/
H A Dkhugepaged.c1859 int nr_none = 0; in collapse_file() local
1911 nr_none++; in collapse_file()
2092 if (result == SCAN_SUCCEED && nr_none && in collapse_file()
2093 !shmem_charge(mapping->host, nr_none)) in collapse_file()
2096 nr_none = 0; in collapse_file()
2129 if (nr_none) { in collapse_file()
2148 if (nr_none != nr_none_check) { in collapse_file()
2245 if (nr_none) { in collapse_file()
2247 mapping->nrpages -= nr_none; in collapse_file()
2249 shmem_uncharge(mapping->host, nr_none); in collapse_file()