Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/mach-shmobile/
Dtimer.c39 if (!preset_lpj) in shmobile_init_delay()
40 preset_lpj = max_freq / HZ; in shmobile_init_delay()
/linux-6.12.1/init/
Dcalibrate.c16 unsigned long preset_lpj; variable
19 preset_lpj = simple_strtoul(str,NULL,0); in lpj_setup()
286 } else if (preset_lpj) { in calibrate_delay()
287 lpj = preset_lpj; in calibrate_delay()
/linux-6.12.1/arch/x86/kernel/cpu/
Dvmware.c413 if (!preset_lpj) { in vmware_platform_setup()
415 preset_lpj = lpj; in vmware_platform_setup()
/linux-6.12.1/arch/mips/cavium-octeon/
Dcsrc-octeon.c40 preset_lpj = octeon_get_clock_rate() / HZ; in octeon_setup_delays()
/linux-6.12.1/arch/x86/kernel/
Dkvmclock.c132 preset_lpj = lpj; in kvm_get_preset_lpj()
/linux-6.12.1/include/linux/
Djiffies.h336 extern unsigned long preset_lpj;
/linux-6.12.1/arch/mips/alchemy/common/
Dclock.c142 preset_lpj = alchemy_clk_cpu_recalc(NULL, ALCHEMY_ROOTCLK_RATE); in alchemy_set_lpj()
143 preset_lpj /= 2 * HZ; in alchemy_set_lpj()
/linux-6.12.1/kernel/printk/
Dprintk.c1304 lpj = preset_lpj ? preset_lpj : 1000000; /* some guess */ in boot_delay_setup()
1313 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()