Searched refs:root_irq_dir (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/irq/
H A Dproc.c35 static struct proc_dir_entry *root_irq_dir; variable in typeref:struct:proc_dir_entry
344 if (!root_irq_dir || (desc->irq_data.chip == &no_irq_chip))
360 desc->dir = proc_mkdir(name, root_irq_dir);
397 if (!root_irq_dir || !desc->dir)
412 remove_proc_entry(name, root_irq_dir);
436 root_irq_dir = proc_mkdir("irq", NULL);
437 if (!root_irq_dir)

Completed in 154 milliseconds