Searched refs:total_allocated (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | irq_matrix.h | 22 __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)
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | pci-ioda-tce.c | 219 unsigned long *current_offset, unsigned long *total_allocated) in pnv_pci_ioda2_table_do_alloc_pages() argument 227 *total_allocated += allocated; in pnv_pci_ioda2_table_do_alloc_pages() 237 levels, limit, current_offset, total_allocated); in pnv_pci_ioda2_table_do_alloc_pages() 256 unsigned long offset = 0, level_shift, total_allocated = 0; in pnv_pci_ioda2_table_alloc_pages() local 284 tmplevels, tce_table_size, &offset, &total_allocated); in pnv_pci_ioda2_table_alloc_pages() 307 total_allocated_uas != total_allocated)) in pnv_pci_ioda2_table_alloc_pages() 316 tbl->it_allocated_size = total_allocated; in pnv_pci_ioda2_table_alloc_pages()
|
/Linux-v4.19/kernel/irq/ |
D | matrix.c | 31 unsigned int total_allocated; member 150 m->total_allocated--; in irq_matrix_assign_system() 254 m->total_allocated++; in irq_matrix_alloc_managed() 275 m->total_allocated++; in irq_matrix_assign() 346 m->total_allocated++; in irq_matrix_alloc() 378 m->total_allocated--; in irq_matrix_free() 442 seq_printf(sf, "Total allocated: %6u\n", m->total_allocated); in irq_matrix_debug_show()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | utcache.c | 254 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()
|
D | nsalloc.c | 40 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()
|
D | dbstats.c | 95 "%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()
|
D | uttrack.c | 125 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()
|
D | dbexec.c | 243 return (cache->total_allocated - cache->total_freed - in acpi_db_get_cache_info()
|
/Linux-v4.19/tools/perf/ |
D | builtin-kmem.c | 73 static unsigned long total_requested, total_allocated, total_freed; variable 180 total_allocated += bytes_alloc; in perf_evsel__process_alloc_event() 1155 printf("Total bytes allocated: %'lu\n", total_allocated); in print_slab_summary() 1157 if (total_allocated > total_freed) { in print_slab_summary() 1159 total_allocated - total_freed); in print_slab_summary() 1162 total_allocated - total_requested); in print_slab_summary() 1164 fragmentation(total_requested, total_allocated)); in print_slab_summary()
|
/Linux-v4.19/include/acpi/ |
D | actypes.h | 1228 u32 total_allocated; member
|