Home
last modified time | relevance | path

Searched refs:print_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/tools/testing/selftests/powerpc/cache_shape/
Dcache_shape.c31 static void print_size(const char *label, uint32_t val) in print_size() function
64 print_size("L1I ", (uint32_t)p->a_un.a_val); in test_cache_shape()
76 print_size("L1D ", (uint32_t)p->a_un.a_val); in test_cache_shape()
88 print_size("L2 ", (uint32_t)p->a_un.a_val); in test_cache_shape()
100 print_size("L3 ", (uint32_t)p->a_un.a_val); in test_cache_shape()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_file.c875 static void print_size(struct drm_printer *p, const char *stat, in print_size() function
903 print_size(p, "total", region, stats->private + stats->shared); in drm_print_memory_stats()
904 print_size(p, "shared", region, stats->shared); in drm_print_memory_stats()
905 print_size(p, "active", region, stats->active); in drm_print_memory_stats()
908 print_size(p, "resident", region, stats->resident); in drm_print_memory_stats()
911 print_size(p, "purgeable", region, stats->purgeable); in drm_print_memory_stats()