Searched refs:preset_lpj (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/arm/mach-shmobile/
H A Dtimer.c34 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 Dsetup.c28 preset_lpj = mips_hpt_frequency / (2 * HZ); plat_time_init()
/linux-4.4.14/arch/mips/netlogic/common/
H A Dtime.c105 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 Dcalibrate.c15 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 Dvmware.c69 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 Dcsrc-octeon.c38 preset_lpj = octeon_get_clock_rate() / HZ; octeon_setup_delays()
/linux-4.4.14/arch/x86/kernel/
H A Dkvmclock.c150 preset_lpj = lpj; kvm_get_preset_lpj()
/linux-4.4.14/arch/mips/alchemy/common/
H A Dclock.c141 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 Dprintk.c991 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 Djiffies.h183 extern unsigned long preset_lpj;

Completed in 401 milliseconds