Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dutcache.c288 ACPI_MEM_TRACKING(cache->total_allocated++); in acpi_os_acquire_object()
291 if ((cache->total_allocated - cache->total_freed) > in acpi_os_acquire_object()
294 cache->total_allocated - cache->total_freed; in acpi_os_acquire_object()
Dnsalloc.c76 ACPI_MEM_TRACKING(acpi_gbl_ns_node_list->total_allocated++); in acpi_ns_create_node()
79 temp = acpi_gbl_ns_node_list->total_allocated - in acpi_ns_create_node()
Ddbstats.c131 "%8.2X %8.2X %8.2X %8.2X %8.2X\n", list->total_allocated, in acpi_db_list_info()
138 list->total_allocated, list->total_freed, in acpi_db_list_info()
Duttrack.c161 acpi_gbl_global_list->total_allocated++; in acpi_ut_allocate_and_track()
223 acpi_gbl_global_list->total_allocated++; in acpi_ut_allocate_zeroed_and_track()
Ddbexec.c265 return (cache->total_allocated - cache->total_freed - in acpi_db_get_cache_info()
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c65 static unsigned long total_requested, total_allocated; variable
166 total_allocated += bytes_alloc; in perf_evsel__process_alloc_event()
1122 printf("Total bytes allocated: %'lu\n", total_allocated); in print_slab_summary()
1124 total_allocated - total_requested); in print_slab_summary()
1126 fragmentation(total_requested, total_allocated)); in print_slab_summary()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dpci-ioda.c2208 unsigned long *current_offset, unsigned long *total_allocated) in pnv_pci_ioda2_table_do_alloc_pages() argument
2224 *total_allocated += allocated; in pnv_pci_ioda2_table_do_alloc_pages()
2234 levels, limit, current_offset, total_allocated); in pnv_pci_ioda2_table_do_alloc_pages()
2256 unsigned long offset = 0, level_shift, total_allocated = 0; in pnv_pci_ioda2_table_alloc_pages() local
2275 levels, tce_table_size, &offset, &total_allocated); in pnv_pci_ioda2_table_alloc_pages()
2297 tbl->it_allocated_size = total_allocated; in pnv_pci_ioda2_table_alloc_pages()
/linux-4.4.14/include/acpi/
Dactypes.h1242 u32 total_allocated; member