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

/linux-4.4.14/mm/
H A Dzsmalloc.c182 static struct dentry *zs_stat_root; variable in typeref:struct:dentry
486 zs_stat_root = debugfs_create_dir("zsmalloc", NULL); zs_stat_init()
487 if (!zs_stat_root) zs_stat_init()
495 debugfs_remove_recursive(zs_stat_root); zs_stat_exit()
569 if (!zs_stat_root) zs_pool_stat_create()
572 entry = debugfs_create_dir(name, zs_stat_root); zs_pool_stat_create()

Completed in 88 milliseconds