Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dzsmalloc.c180 static struct dentry *zs_stat_root; variable
544 zs_stat_root = debugfs_create_dir("zsmalloc", NULL); in zs_stat_init()
549 debugfs_remove_recursive(zs_stat_root); in zs_stat_exit()
621 if (!zs_stat_root) { in zs_pool_stat_create()
626 pool->stat_dentry = debugfs_create_dir(name, zs_stat_root); in zs_pool_stat_create()