nr_total         1114 drivers/md/dm-era-target.c 	dm_block_t nr_free, nr_total;
nr_total         1122 drivers/md/dm-era-target.c 	r = dm_sm_get_nr_blocks(md->sm, &nr_total);
nr_total         1128 drivers/md/dm-era-target.c 	s->used = nr_total - nr_free;
nr_total         1129 drivers/md/dm-era-target.c 	s->total = nr_total;
nr_total          176 drivers/staging/android/ion/ion_system_heap.c 	int nr_total = 0;
nr_total          189 drivers/staging/android/ion/ion_system_heap.c 			nr_total += ion_page_pool_shrink(pool,
nr_total          198 drivers/staging/android/ion/ion_system_heap.c 			nr_total += nr_freed;
nr_total          203 drivers/staging/android/ion/ion_system_heap.c 	return nr_total;
nr_total          383 mm/cma.c       	unsigned long nr_part, nr_total = 0;
nr_total          395 mm/cma.c       		pr_cont("%s%lu@%lu", nr_total ? "+" : "", nr_part,
nr_total          397 mm/cma.c       		nr_total += nr_part;
nr_total          400 mm/cma.c       	pr_cont("=> %lu free of %lu total pages\n", nr_total, cma->count);
nr_total           73 tools/perf/jvmti/libjvmti.c 	int nr_total = 0;
nr_total           95 tools/perf/jvmti/libjvmti.c 					nr_total += (int)nr;
nr_total          103 tools/perf/jvmti/libjvmti.c 	if (nr_total == 0)
nr_total          109 tools/perf/jvmti/libjvmti.c 	*tab = malloc(nr_total * sizeof(**tab));