Home
last modified time | relevance | path

Searched refs:total_used (Results 1 – 4 of 4) sorted by relevance

/dragonfly/test/debug/
H A Dkmapinfo.c74 vm_offset_t total_used; variable
136 total_used / 1024 / 1024, in main()
155 printf("Total used space: %s\n", formatnum(total_used)); in main()
212 total_used / 1024 / 1024, in mapscan()
219 total_used / 1024 / 1024, in mapscan()
225 total_used += ken->ba.end - ken->ba.start; in mapscan()
H A Dpsinfo.c77 vm_offset_t total_used; variable
233 total_used / 1024 / 1024,
245 printf("Total used space: %s\n", formatnum(total_used));
299 total_used / 1024 / 1024,
306 total_used / 1024 / 1024,
312 total_used += ken->ba.end - ken->ba.start;
/dragonfly/sbin/hammer/
H A Dmisc.c337 int64_t total_used = 0; in hammer_print_zone_stat() local
350 total_used += p->used; in hammer_print_zone_stat()
362 (uintmax_t)total_used, in hammer_print_zone_stat()
363 _calc_used_percentage(total_blocks, total_used)); in hammer_print_zone_stat()
/dragonfly/sys/dev/drm/
H A Ddrm_mm.c834 u64 total_used = 0, total_free = 0, total = 0; in drm_mm_print() local
841 total_used += entry->size; in drm_mm_print()
844 total = total_free + total_used; in drm_mm_print()
847 total_used, total_free); in drm_mm_print()