Home
last modified time | relevance | path

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

/kernel/printk/
Dprintk.c1216 static int boot_delay; /* msecs delay after each printk during bootup */ variable
1226 get_option(&str, &boot_delay); in boot_delay_setup()
1227 if (boot_delay > 10 * 1000) in boot_delay_setup()
1228 boot_delay = 0; in boot_delay_setup()
1232 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()
1242 if ((boot_delay == 0 || system_state >= SYSTEM_RUNNING) in boot_delay_msec()
1247 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec()
1249 timeout = jiffies + msecs_to_jiffies(boot_delay); in boot_delay_msec()