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

/linux-master/drivers/block/zram/
H A Dzram_drv.c841 static struct dentry *zram_debugfs_root; variable in typeref:struct:dentry
845 zram_debugfs_root = debugfs_create_dir("zram", NULL);
850 debugfs_remove_recursive(zram_debugfs_root);
920 if (!zram_debugfs_root)
924 zram_debugfs_root);

Completed in 190 milliseconds