Searched refs:debug_create (Results 1 – 3 of 3) sorted by relevance
61 int (*debug_create)(struct dentry *xive_dir); member
1851 if (xive_ops->debug_create) in xive_core_debugfs_create()1852 xive_ops->debug_create(xive_dir); in xive_core_debugfs_create()
490 .debug_create = xive_native_debug_create,