Searched refs:boot_delay (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/scsi/sym53c8xx_2/ |
| D | sym_nvram.c | 177 int i, tags, boot_delay; in sym_display_Tekram_nvram() local 182 boot_delay = 0; in sym_display_Tekram_nvram() 184 boot_delay = Tekram_boot_delay[nvram->boot_delay_index]; in sym_display_Tekram_nvram() 202 rem, boot_delay, tags); in sym_display_Tekram_nvram()
|
| /Linux-v5.4/kernel/printk/ |
| D | printk.c | 1206 static int boot_delay; /* msecs delay after each printk during bootup */ variable 1216 get_option(&str, &boot_delay); in boot_delay_setup() 1217 if (boot_delay > 10 * 1000) in boot_delay_setup() 1218 boot_delay = 0; in boot_delay_setup() 1222 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup() 1232 if ((boot_delay == 0 || system_state >= SYSTEM_RUNNING) in boot_delay_msec() 1237 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec() 1239 timeout = jiffies + msecs_to_jiffies(boot_delay); in boot_delay_msec()
|
| /Linux-v5.4/lib/ |
| D | Kconfig.debug | 86 using "boot_delay=N". 91 system, and then set "lpj=M" before setting "boot_delay=N".
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 435 boot_delay= Milliseconds to delay each printk during boot.
|