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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Dfasttimer.c469 static struct proc_dir_entry *fasttimer_proc_entry; variable in typeref:struct:proc_dir_entry
818 fasttimer_proc_entry = create_proc_entry("fasttimer", 0, 0);
819 if (fasttimer_proc_entry)
820 fasttimer_proc_entry->read_proc = proc_fasttimer_read;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/kernel/
H A Dfasttimer.c492 static struct proc_dir_entry *fasttimer_proc_entry; variable in typeref:struct:proc_dir_entry
846 if ((fasttimer_proc_entry = create_proc_entry( "fasttimer", 0, 0 )))
847 fasttimer_proc_entry->read_proc = proc_fasttimer_read;

Completed in 27 milliseconds