Home
last modified time | relevance | path

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

/linux-4.1.27/init/
Dcalibrate.c15 unsigned long preset_lpj; variable
18 preset_lpj = simple_strtoul(str,NULL,0); in lpj_setup()
285 } else if (preset_lpj) { in calibrate_delay()
286 lpj = preset_lpj; in calibrate_delay()
/linux-4.1.27/arch/arm/mach-shmobile/
Dtimer.c34 if (!preset_lpj) in shmobile_setup_delay_hz()
35 preset_lpj = max_cpu_core_hz / value; in shmobile_setup_delay_hz()
/linux-4.1.27/arch/mips/netlogic/common/
Dtime.c105 preset_lpj = mips_hpt_frequency / (3 * HZ); in plat_time_init()
107 preset_lpj = mips_hpt_frequency / (2 * HZ); in plat_time_init()
/linux-4.1.27/arch/x86/kernel/cpu/
Dvmware.c69 if (!preset_lpj) { in vmware_get_tsc_khz()
72 preset_lpj = lpj; in vmware_get_tsc_khz()
/linux-4.1.27/arch/mips/paravirt/
Dsetup.c28 preset_lpj = mips_hpt_frequency / (2 * HZ); in plat_time_init()
/linux-4.1.27/arch/mips/cavium-octeon/
Dcsrc-octeon.c38 preset_lpj = octeon_get_clock_rate() / HZ; in octeon_setup_delays()
/linux-4.1.27/arch/x86/kernel/
Dkvmclock.c125 preset_lpj = lpj; in kvm_get_preset_lpj()
/linux-4.1.27/include/linux/
Djiffies.h182 extern unsigned long preset_lpj;
/linux-4.1.27/arch/mips/alchemy/common/
Dclock.c140 preset_lpj = alchemy_clk_cpu_recalc(NULL, ALCHEMY_ROOTCLK_RATE); in alchemy_set_lpj()
141 preset_lpj /= 2 * HZ; in alchemy_set_lpj()
/linux-4.1.27/kernel/printk/
Dprintk.c951 lpj = preset_lpj ? preset_lpj : 1000000; /* some guess */ in boot_delay_setup()
960 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()