Home
last modified time | relevance | path

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

/mm/
Dcma.c403 unsigned long nr_part, nr_total = 0; in cma_debug_show_areas() local
415 pr_cont("%s%lu@%lu", nr_total ? "+" : "", nr_part, in cma_debug_show_areas()
417 nr_total += nr_part; in cma_debug_show_areas()
420 pr_cont("=> %lu free of %lu total pages\n", nr_total, cma->count); in cma_debug_show_areas()