Searched refs:total_allocated (Results 1 - 12 of 12) sorted by relevance

/linux-master/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
[all...]
/linux-master/drivers/acpi/acpica/
H A Dutcache.c254 ACPI_MEM_TRACKING(cache->total_allocated++);
257 if ((cache->total_allocated - cache->total_freed) >
260 cache->total_allocated - cache->total_freed;
H A Ddbstats.c95 "%8.2X %8.2X %8.2X %8.2X %8.2X\n", list->total_allocated,
102 list->total_allocated, list->total_freed,
H A Dnsalloc.c40 ACPI_MEM_TRACKING(acpi_gbl_ns_node_list->total_allocated++);
43 temp = acpi_gbl_ns_node_list->total_allocated -
H A Duttrack.c125 acpi_gbl_global_list->total_allocated++;
188 acpi_gbl_global_list->total_allocated++;
H A Ddbexec.c244 return (cache->total_allocated - cache->total_freed -
/linux-master/kernel/irq/
H A Dmatrix.c30 unsigned int total_allocated; member in struct:irq_matrix
199 m->total_allocated--;
315 m->total_allocated++;
337 m->total_allocated++;
406 m->total_allocated++;
440 m->total_allocated--;
504 seq_printf(sf, "Total allocated: %6u\n", m->total_allocated);
/linux-master/arch/powerpc/platforms/powernv/
H A Dpci-ioda-tce.c258 unsigned long *current_offset, unsigned long *total_allocated)
266 *total_allocated += allocated;
276 levels, limit, current_offset, total_allocated);
295 unsigned long offset = 0, level_shift, total_allocated = 0; local
319 1, tce_table_size, &offset, &total_allocated);
342 total_allocated_uas != total_allocated))
256 pnv_pci_ioda2_table_do_alloc_pages(int nid, unsigned int shift, unsigned int levels, unsigned long limit, unsigned long *current_offset, unsigned long *total_allocated) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c498 u64 total_allocated = 0; local
535 total_allocated += drm_buddy_block_size(mm, block);
551 if (total_allocated < size) {
575 *total_allocated_on_err = total_allocated;
/linux-master/tools/perf/
H A Dbuiltin-kmem.c80 static unsigned long total_requested, total_allocated, total_freed; variable
186 total_allocated += bytes_alloc;
1179 printf("Total bytes allocated: %'lu\n", total_allocated);
1181 if (total_allocated > total_freed) {
1183 total_allocated - total_freed);
1186 total_allocated - total_requested);
1188 fragmentation(total_requested, total_allocated));
/linux-master/mm/
H A Dmempolicy.c2355 unsigned long total_allocated = 0; local
2375 total_allocated += nr_allocated;
2378 return total_allocated;
2387 unsigned long total_allocated = 0; local
2422 total_allocated += nr_allocated;
2426 return total_allocated;
2438 return total_allocated;
2485 total_allocated += nr_allocated;
2486 if (total_allocated == nr_pages)
2493 return total_allocated;
[all...]
/linux-master/include/acpi/
H A Dactypes.h1260 u32 total_allocated; member in struct:acpi_memory_list

Completed in 185 milliseconds