Searched refs:domain_dir (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/kernel/irq/ |
| D | irqdomain.c | 1870 static struct dentry *domain_dir; variable 1906 if (!d->name || !domain_dir) in debugfs_add_domain_dir() 1908 debugfs_create_file(d->name, 0444, domain_dir, d, in debugfs_add_domain_dir() 1914 debugfs_remove(debugfs_lookup(d->name, domain_dir)); in debugfs_remove_domain_dir() 1921 domain_dir = debugfs_create_dir("domains", root); in irq_domain_debugfs_init() 1923 debugfs_create_file("default", 0444, domain_dir, NULL, in irq_domain_debugfs_init()
|