Searched refs:debug_zone_mem_allocs_show (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debug_mem_allocs.c | 46 static void debug_zone_mem_allocs_show(char *zone, struct rb_root *rbtree, struct seq_file *sfile) in debug_zone_mem_allocs_show() function 88 debug_zone_mem_allocs_show("SAME_VA:", &kctx->reg_rbtree_same, sfile); in debug_ctx_mem_allocs_show() 89 debug_zone_mem_allocs_show("CUSTOM_VA:", &kctx->reg_rbtree_custom, sfile); in debug_ctx_mem_allocs_show() 90 debug_zone_mem_allocs_show("EXEC_VA:", &kctx->reg_rbtree_exec, sfile); in debug_ctx_mem_allocs_show() 93 debug_zone_mem_allocs_show("EXEC_VA_FIXED:", &kctx->reg_rbtree_exec_fixed, sfile); in debug_ctx_mem_allocs_show() 94 debug_zone_mem_allocs_show("FIXED_VA:", &kctx->reg_rbtree_fixed, sfile); in debug_ctx_mem_allocs_show()
|