Searched refs:total_freed (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dutcache.c167 ACPI_MEM_TRACKING(cache->total_freed++);
257 if ((cache->total_allocated - cache->total_freed) >
260 cache->total_allocated - cache->total_freed;
H A Ddbstats.c96 list->total_freed, list->max_occupied,
102 list->total_allocated, list->total_freed,
H A Dnsalloc.c44 acpi_gbl_ns_node_list->total_freed;
115 ACPI_MEM_TRACKING(acpi_gbl_ns_node_list->total_freed++);
H A Duttrack.c235 acpi_gbl_global_list->total_freed++;
H A Ddbexec.c244 return (cache->total_allocated - cache->total_freed -
/linux-master/fs/ubifs/
H A Dshrinker.c60 int total_freed = 0; local
81 while (znode && total_freed < nr &&
119 total_freed += freed;
131 return total_freed;
/linux-master/tools/perf/
H A Dbuiltin-kmem.c80 static unsigned long total_requested, total_allocated, total_freed; variable
255 total_freed += s_alloc->last_alloc;
1180 printf("Total bytes freed: %'lu\n", total_freed);
1181 if (total_allocated > total_freed) {
1183 total_allocated - total_freed);
/linux-master/include/acpi/
H A Dactypes.h1261 u32 total_freed; member in struct:acpi_memory_list
/linux-master/fs/f2fs/
H A Dgc.c1792 int sec_freed = 0, seg_freed = 0, total_freed = 0, total_sec_freed = 0; local
1865 total_freed += seg_freed;
1920 trace_f2fs_gc_end(sbi->sb, ret, total_freed, total_sec_freed,

Completed in 348 milliseconds