Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dirq_matrix.h22 __field( unsigned int, total_allocated )
29 __entry->total_allocated = matrix->total_allocated;
34 __entry->global_reserved, __entry->total_allocated)
48 __field( unsigned int, total_allocated )
56 __entry->total_allocated = matrix->total_allocated;
62 __entry->total_allocated)
82 __field( unsigned int, total_allocated )
95 __entry->total_allocated = matrix->total_allocated;
103 __entry->total_allocated)
/openbmc/linux/kernel/irq/
H A Dmatrix.c32 unsigned int total_allocated; member
193 m->total_allocated--; in irq_matrix_assign_system()
309 m->total_allocated++; in irq_matrix_alloc_managed()
331 m->total_allocated++; in irq_matrix_assign()
400 m->total_allocated++; in irq_matrix_alloc()
434 m->total_allocated--; in irq_matrix_free()
498 seq_printf(sf, "Total allocated: %6u\n", m->total_allocated); in irq_matrix_debug_show()
/openbmc/linux/drivers/acpi/acpica/
H A Dutcache.c254 ACPI_MEM_TRACKING(cache->total_allocated++); in acpi_os_acquire_object()
257 if ((cache->total_allocated - cache->total_freed) > in acpi_os_acquire_object()
260 cache->total_allocated - cache->total_freed; in acpi_os_acquire_object()
H A Dnsalloc.c40 ACPI_MEM_TRACKING(acpi_gbl_ns_node_list->total_allocated++); in acpi_ns_create_node()
43 temp = acpi_gbl_ns_node_list->total_allocated - in acpi_ns_create_node()
H A Ddbstats.c95 "%8.2X %8.2X %8.2X %8.2X %8.2X\n", list->total_allocated, in acpi_db_list_info()
102 list->total_allocated, list->total_freed, in acpi_db_list_info()
H A Duttrack.c125 acpi_gbl_global_list->total_allocated++; in acpi_ut_allocate_and_track()
188 acpi_gbl_global_list->total_allocated++; in acpi_ut_allocate_zeroed_and_track()
H A Ddbexec.c244 return (cache->total_allocated - cache->total_freed - in acpi_db_get_cache_info()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c258 unsigned long *current_offset, unsigned long *total_allocated) in pnv_pci_ioda2_table_do_alloc_pages() argument
266 *total_allocated += allocated; in pnv_pci_ioda2_table_do_alloc_pages()
276 levels, limit, current_offset, total_allocated); in pnv_pci_ioda2_table_do_alloc_pages()
295 unsigned long offset = 0, level_shift, total_allocated = 0; in pnv_pci_ioda2_table_alloc_pages() local
319 1, tce_table_size, &offset, &total_allocated); in pnv_pci_ioda2_table_alloc_pages()
342 total_allocated_uas != total_allocated)) in pnv_pci_ioda2_table_alloc_pages()
/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c80 static unsigned long total_requested, total_allocated, total_freed; variable
186 total_allocated += bytes_alloc; in evsel__process_alloc_event()
1179 printf("Total bytes allocated: %'lu\n", total_allocated); in print_slab_summary()
1181 if (total_allocated > total_freed) { in print_slab_summary()
1183 total_allocated - total_freed); in print_slab_summary()
1186 total_allocated - total_requested); in print_slab_summary()
1188 fragmentation(total_requested, total_allocated)); in print_slab_summary()
/openbmc/linux/include/acpi/
H A Dactypes.h1260 u32 total_allocated; member
/openbmc/linux/mm/
H A Dmempolicy.c2331 unsigned long total_allocated = 0; in alloc_pages_bulk_array_interleave() local
2351 total_allocated += nr_allocated; in alloc_pages_bulk_array_interleave()
2354 return total_allocated; in alloc_pages_bulk_array_interleave()