Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dzsmalloc.c176 static struct dentry *zs_stat_root; variable
576 zs_stat_root = debugfs_create_dir("zsmalloc", NULL); in zs_stat_init()
581 debugfs_remove_recursive(zs_stat_root); in zs_stat_exit()
647 if (!zs_stat_root) { in zs_pool_stat_create()
652 pool->stat_dentry = debugfs_create_dir(name, zs_stat_root); in zs_pool_stat_create()
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c180 static struct dentry *zs_stat_root; variable
547 zs_stat_root = debugfs_create_dir("zsmalloc", NULL); in zs_stat_init()
552 debugfs_remove_recursive(zs_stat_root); in zs_stat_exit()
624 if (!zs_stat_root) { in zs_pool_stat_create()
629 pool->stat_dentry = debugfs_create_dir(name, zs_stat_root); in zs_pool_stat_create()

Completed in 7 milliseconds