Searched refs:nr_total (Results 1 – 4 of 4) sorted by relevance
176 int nr_total = 0; in ion_system_heap_shrink() local189 nr_total += ion_page_pool_shrink(pool, in ion_system_heap_shrink()198 nr_total += nr_freed; in ion_system_heap_shrink()203 return nr_total; in ion_system_heap_shrink()
372 unsigned int nr_zero, nr_total = 0; in cma_debug_show_areas() local382 pr_cont("%s%u@%lu", nr_total ? "+" : "", nr_zero, next_zero_bit); in cma_debug_show_areas()383 nr_total += nr_zero; in cma_debug_show_areas()386 pr_cont("=> %u free of %lu total pages\n", nr_total, cma->count); in cma_debug_show_areas()
69 int nr_total = 0; in get_line_numbers() local91 nr_total += (int)nr; in get_line_numbers()99 if (nr_total == 0) in get_line_numbers()105 *tab = malloc(nr_total * sizeof(**tab)); in get_line_numbers()
1113 dm_block_t nr_free, nr_total; in metadata_get_stats() local1121 r = dm_sm_get_nr_blocks(md->sm, &nr_total); in metadata_get_stats()1127 s->used = nr_total - nr_free; in metadata_get_stats()1128 s->total = nr_total; in metadata_get_stats()