Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/cache_shape/
H A 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/drivers/gpu/drm/
H A Ddrm_file.c828 static void print_size(struct drm_printer *p, const char *stat, in print_size() function
856 print_size(p, "total", region, stats->private + stats->shared); in drm_print_memory_stats()
857 print_size(p, "shared", region, stats->shared); in drm_print_memory_stats()
858 print_size(p, "active", region, stats->active); in drm_print_memory_stats()
861 print_size(p, "resident", region, stats->resident); in drm_print_memory_stats()
864 print_size(p, "purgeable", region, stats->purgeable); in drm_print_memory_stats()