Home
last modified time | relevance | path

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

/kernel/printk/
Dprintk.c951 static int boot_delay; /* msecs delay after each printk during bootup */ variable
961 get_option(&str, &boot_delay); in boot_delay_setup()
962 if (boot_delay > 10 * 1000) in boot_delay_setup()
963 boot_delay = 0; in boot_delay_setup()
967 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()
977 if ((boot_delay == 0 || system_state != SYSTEM_BOOTING) in boot_delay_msec()
982 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec()
984 timeout = jiffies + msecs_to_jiffies(boot_delay); in boot_delay_msec()