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

/linux-master/drivers/block/zram/
H A Dzram_drv.c826 static struct dentry *zram_debugfs_root; variable in typeref:struct:dentry
830 zram_debugfs_root = debugfs_create_dir("zram", NULL);
835 debugfs_remove_recursive(zram_debugfs_root);
905 if (!zram_debugfs_root)
909 zram_debugfs_root);

Completed in 180 milliseconds