Searched refs:idxd_debugfs_dir (Results 1 – 1 of 1) sorted by relevance
13 static struct dentry *idxd_debugfs_dir; variable98 if (IS_ERR_OR_NULL(idxd_debugfs_dir)) in idxd_device_init_debugfs()101 idxd->dbgfs_dir = debugfs_create_dir(dev_name(idxd_confdev(idxd)), idxd_debugfs_dir); in idxd_device_init_debugfs()129 idxd_debugfs_dir = debugfs_create_dir(KBUILD_MODNAME, NULL); in idxd_init_debugfs()130 if (IS_ERR(idxd_debugfs_dir)) in idxd_init_debugfs()131 return PTR_ERR(idxd_debugfs_dir); in idxd_init_debugfs()137 debugfs_remove_recursive(idxd_debugfs_dir); in idxd_remove_debugfs()