Home
last modified time | relevance | path

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

/kernel/trace/rv/
Drv.c765 rv_root.root_dir = rv_create_dir("rv", NULL); in rv_init_interface()
766 if (!rv_root.root_dir) in rv_init_interface()
769 rv_root.monitors_dir = rv_create_dir("monitors", rv_root.root_dir); in rv_init_interface()
773 tmp = rv_create_file("available_monitors", RV_MODE_READ, rv_root.root_dir, NULL, in rv_init_interface()
778 tmp = rv_create_file("enabled_monitors", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface()
783 tmp = rv_create_file("monitoring_on", RV_MODE_WRITE, rv_root.root_dir, NULL, in rv_init_interface()
787 retval = init_rv_reactors(rv_root.root_dir); in rv_init_interface()
796 rv_remove(rv_root.root_dir); in rv_init_interface()
Drv.h5 struct dentry *root_dir; member
52 int init_rv_reactors(struct dentry *root_dir);
64 static inline int init_rv_reactors(struct dentry *root_dir) in init_rv_reactors() argument
Drv_reactors.c482 int init_rv_reactors(struct dentry *root_dir) in init_rv_reactors() argument
487 available = rv_create_file("available_reactors", RV_MODE_READ, root_dir, NULL, in init_rv_reactors()
492 reacting = rv_create_file("reacting_on", RV_MODE_WRITE, root_dir, NULL, &reacting_on_fops); in init_rv_reactors()
/kernel/irq/
Ddebugfs.c245 struct dentry *root_dir; in irq_debugfs_init() local
248 root_dir = debugfs_create_dir("irq", NULL); in irq_debugfs_init()
250 irq_domain_debugfs_init(root_dir); in irq_debugfs_init()
252 irq_dir = debugfs_create_dir("irqs", root_dir); in irq_debugfs_init()