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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dirq.c101 struct proc_dir_entry *root_irq_dir; local
103 root_irq_dir = proc_mkdir("irq", NULL);
104 create_prof_cpu_mask(root_irq_dir);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dproc.c17 static struct proc_dir_entry *root_irq_dir; variable in typeref:struct:proc_dir_entry
272 if (!root_irq_dir || (desc->chip == &no_irq_chip) || desc->dir)
279 desc->dir = proc_mkdir(name, root_irq_dir);
325 root_irq_dir = proc_mkdir("irq", NULL);
326 if (!root_irq_dir)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprofile.c488 void create_prof_cpu_mask(struct proc_dir_entry *root_irq_dir) argument
491 proc_create("prof_cpu_mask", 0600, root_irq_dir, &prof_cpu_mask_proc_fops);

Completed in 80 milliseconds