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

/linux-master/drivers/dma/idxd/
H A Ddebugfs.c13 static struct dentry *idxd_debugfs_dir; variable in typeref:struct:dentry
98 if (IS_ERR_OR_NULL(idxd_debugfs_dir))
101 idxd->dbgfs_dir = debugfs_create_dir(dev_name(idxd_confdev(idxd)), idxd_debugfs_dir);
129 idxd_debugfs_dir = debugfs_create_dir(KBUILD_MODNAME, NULL);
130 if (IS_ERR(idxd_debugfs_dir))
131 return PTR_ERR(idxd_debugfs_dir);
137 debugfs_remove_recursive(idxd_debugfs_dir);

Completed in 119 milliseconds