Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dzsmalloc.c174 static struct dentry *zs_stat_root; variable
577 zs_stat_root = debugfs_create_dir("zsmalloc", NULL); in zs_stat_init()
578 if (!zs_stat_root) in zs_stat_init()
584 debugfs_remove_recursive(zs_stat_root); in zs_stat_exit()
652 if (!zs_stat_root) { in zs_pool_stat_create()
657 entry = debugfs_create_dir(name, zs_stat_root); in zs_pool_stat_create()