total_allocated   231 arch/powerpc/platforms/powernv/pci-ioda-tce.c 		unsigned long *current_offset, unsigned long *total_allocated)
total_allocated   239 arch/powerpc/platforms/powernv/pci-ioda-tce.c 	*total_allocated += allocated;
total_allocated   249 arch/powerpc/platforms/powernv/pci-ioda-tce.c 				levels, limit, current_offset, total_allocated);
total_allocated   268 arch/powerpc/platforms/powernv/pci-ioda-tce.c 	unsigned long offset = 0, level_shift, total_allocated = 0;
total_allocated   292 arch/powerpc/platforms/powernv/pci-ioda-tce.c 			1, tce_table_size, &offset, &total_allocated);
total_allocated   315 arch/powerpc/platforms/powernv/pci-ioda-tce.c 				total_allocated_uas != total_allocated))
total_allocated   243 drivers/acpi/acpica/dbexec.c 	return (cache->total_allocated - cache->total_freed -
total_allocated    95 drivers/acpi/acpica/dbstats.c 		     "%8.2X %8.2X %8.2X %8.2X %8.2X\n", list->total_allocated,
total_allocated   102 drivers/acpi/acpica/dbstats.c 		     list->total_allocated, list->total_freed,
total_allocated    40 drivers/acpi/acpica/nsalloc.c 	ACPI_MEM_TRACKING(acpi_gbl_ns_node_list->total_allocated++);
total_allocated    43 drivers/acpi/acpica/nsalloc.c 	temp = acpi_gbl_ns_node_list->total_allocated -
total_allocated   254 drivers/acpi/acpica/utcache.c 		ACPI_MEM_TRACKING(cache->total_allocated++);
total_allocated   257 drivers/acpi/acpica/utcache.c 		if ((cache->total_allocated - cache->total_freed) >
total_allocated   260 drivers/acpi/acpica/utcache.c 			    cache->total_allocated - cache->total_freed;
total_allocated   125 drivers/acpi/acpica/uttrack.c 	acpi_gbl_global_list->total_allocated++;
total_allocated   188 drivers/acpi/acpica/uttrack.c 	acpi_gbl_global_list->total_allocated++;
total_allocated  1225 include/acpi/actypes.h 	u32 total_allocated;
total_allocated    22 include/trace/events/irq_matrix.h 		__field(	unsigned int,	total_allocated		)
total_allocated    29 include/trace/events/irq_matrix.h 		__entry->total_allocated	= matrix->total_allocated;
total_allocated    34 include/trace/events/irq_matrix.h 		  __entry->global_reserved, __entry->total_allocated)
total_allocated    48 include/trace/events/irq_matrix.h 		__field(	unsigned int,	total_allocated		)
total_allocated    56 include/trace/events/irq_matrix.h 		__entry->total_allocated	= matrix->total_allocated;
total_allocated    62 include/trace/events/irq_matrix.h 		  __entry->total_allocated)
total_allocated    82 include/trace/events/irq_matrix.h 		__field(	unsigned int,	total_allocated		)
total_allocated    95 include/trace/events/irq_matrix.h 		__entry->total_allocated	= matrix->total_allocated;
total_allocated   103 include/trace/events/irq_matrix.h 		  __entry->total_allocated)
total_allocated    32 kernel/irq/matrix.c 	unsigned int		total_allocated;
total_allocated   193 kernel/irq/matrix.c 		m->total_allocated--;
total_allocated   308 kernel/irq/matrix.c 	m->total_allocated++;
total_allocated   330 kernel/irq/matrix.c 	m->total_allocated++;
total_allocated   393 kernel/irq/matrix.c 	m->total_allocated++;
total_allocated   425 kernel/irq/matrix.c 		m->total_allocated--;
total_allocated   489 kernel/irq/matrix.c 	seq_printf(sf, "Total allocated:  %6u\n", m->total_allocated);
total_allocated    78 tools/perf/builtin-kmem.c static unsigned long total_requested, total_allocated, total_freed;
total_allocated   185 tools/perf/builtin-kmem.c 	total_allocated += bytes_alloc;
total_allocated  1162 tools/perf/builtin-kmem.c 	printf("Total bytes allocated: %'lu\n", total_allocated);
total_allocated  1164 tools/perf/builtin-kmem.c 	if (total_allocated > total_freed) {
total_allocated  1166 tools/perf/builtin-kmem.c 		total_allocated - total_freed);
total_allocated  1169 tools/perf/builtin-kmem.c 	       total_allocated - total_requested);
total_allocated  1171 tools/perf/builtin-kmem.c 	       fragmentation(total_requested, total_allocated));