Searched refs:boot_delay (Results 1 – 1 of 1) sorted by relevance
1218 static int boot_delay; /* msecs delay after each printk during bootup */ variable1228 get_option(&str, &boot_delay); in boot_delay_setup()1229 if (boot_delay > 10 * 1000) in boot_delay_setup()1230 boot_delay = 0; in boot_delay_setup()1234 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()1244 if ((boot_delay == 0 || system_state >= SYSTEM_RUNNING) in boot_delay_msec()1249 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec()1251 timeout = jiffies + msecs_to_jiffies(boot_delay); in boot_delay_msec()