Searched refs:preset_lpj (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/arch/arm/mach-shmobile/ |
H A D | timer.c | 34 if (!preset_lpj) shmobile_setup_delay_hz() 35 preset_lpj = max_cpu_core_hz / value; shmobile_setup_delay_hz()
|
/linux-4.4.14/arch/mips/paravirt/ |
H A D | setup.c | 28 preset_lpj = mips_hpt_frequency / (2 * HZ); plat_time_init()
|
/linux-4.4.14/arch/mips/netlogic/common/ |
H A D | time.c | 105 preset_lpj = mips_hpt_frequency / (3 * HZ); plat_time_init() 107 preset_lpj = mips_hpt_frequency / (2 * HZ); plat_time_init()
|
/linux-4.4.14/init/ |
H A D | calibrate.c | 15 unsigned long preset_lpj; lpj_setup() variable 18 preset_lpj = simple_strtoul(str,NULL,0); lpj_setup() 285 } else if (preset_lpj) { calibrate_delay() 286 lpj = preset_lpj; calibrate_delay()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
H A D | vmware.c | 69 if (!preset_lpj) { vmware_get_tsc_khz() 72 preset_lpj = lpj; vmware_get_tsc_khz()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
H A D | csrc-octeon.c | 38 preset_lpj = octeon_get_clock_rate() / HZ; octeon_setup_delays()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | kvmclock.c | 150 preset_lpj = lpj; kvm_get_preset_lpj()
|
/linux-4.4.14/arch/mips/alchemy/common/ |
H A D | clock.c | 141 preset_lpj = alchemy_clk_cpu_recalc(NULL, ALCHEMY_ROOTCLK_RATE); alchemy_set_lpj() 142 preset_lpj /= 2 * HZ; alchemy_set_lpj()
|
/linux-4.4.14/kernel/printk/ |
H A D | printk.c | 991 lpj = preset_lpj ? preset_lpj : 1000000; /* some guess */ boot_delay_setup() 998 pr_debug("boot_delay: %u, preset_lpj: %ld, lpj: %lu, " boot_delay_setup() 1000 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); boot_delay_setup()
|
/linux-4.4.14/include/linux/ |
H A D | jiffies.h | 183 extern unsigned long preset_lpj;
|
Completed in 401 milliseconds