Fork me on GitHub
hz                 85 fs/procfs/data.c 	if(cpu_table.hz) {
hz                 86 fs/procfs/data.c 		size += sprintk(buffer + size, "%d.%d\n", (cpu_table.hz / 1000000), ((cpu_table.hz % 1000000) / 100000));
hz                 52 include/fiwix/cpu.h 	unsigned long int hz;
hz                 49 include/fiwix/ide.h 	if((cpu_table.hz / 1000000) <= 100) {				\
hz                237 kernel/cpu.c   				cpu_table.hz = detect_cpuspeed();
hz                238 kernel/cpu.c   				printk(" at %d.%d Mhz", (cpu_table.hz / 1000000), ((cpu_table.hz % 1000000) / 100000));