Home
last modified time | relevance | path

Searched refs:vfio_debugfs_root (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/vfio/
H A Ddebugfs.c12 static struct dentry *vfio_debugfs_root; variable
83 vfio_debugfs_root); in vfio_device_debugfs_init()
105 vfio_debugfs_root = debugfs_create_dir("vfio", NULL); in vfio_debugfs_create_root()
110 debugfs_remove_recursive(vfio_debugfs_root); in vfio_debugfs_remove_root()
111 vfio_debugfs_root = NULL; in vfio_debugfs_remove_root()