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

/drivers/block/rsxx/
H A Dcore.c245 struct dentry *debugfs_stats; local
253 debugfs_stats = debugfs_create_file("stats", S_IRUGO,
256 if (IS_ERR_OR_NULL(debugfs_stats))
275 debugfs_remove(debugfs_stats);
/drivers/ntb/
H A Dntb_transport.c136 struct dentry *debugfs_stats; member in struct:ntb_transport_qp
901 qp->debugfs_stats = debugfs_create_file("stats", S_IRUSR,

Completed in 154 milliseconds