Searched refs:const_clock_freq (Results 1 – 3 of 3) sorted by relevance
24 u64 const_clock_freq; variable25 EXPORT_SYMBOL(const_clock_freq);70 period = const_clock_freq / HZ; in constant_set_state_periodic()125 unsigned long lpj = (unsigned long)const_clock_freq; in get_loops_per_jiffy()178 clockevents_config_and_register(cd, const_clock_freq, min_delta, max_delta); in constant_clockevent_init()222 unsigned long freq = const_clock_freq; in constant_clocksource_init()236 const_clock_freq = cpu_clock_freq; in time_init()238 const_clock_freq = calc_const_freq(); in time_init()
45 (lpj_fine * cpu_clock_freq / const_clock_freq) / (500000/HZ), in show_cpuinfo()46 ((lpj_fine * cpu_clock_freq / const_clock_freq) / (5000/HZ)) % 100); in show_cpuinfo()
13 extern u64 const_clock_freq;
Completed in 5 milliseconds