Searched refs:boot_delay (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.c | 190 int i, tags, boot_delay; in sym_display_Tekram_nvram() local 195 boot_delay = 0; in sym_display_Tekram_nvram() 197 boot_delay = Tekram_boot_delay[nvram->boot_delay_index]; in sym_display_Tekram_nvram() 215 rem, boot_delay, tags); in sym_display_Tekram_nvram()
|
/linux-4.1.27/kernel/printk/ |
D | printk.c | 944 static int boot_delay; /* msecs delay after each printk during bootup */ variable 954 get_option(&str, &boot_delay); in boot_delay_setup() 955 if (boot_delay > 10 * 1000) in boot_delay_setup() 956 boot_delay = 0; in boot_delay_setup() 960 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup() 970 if ((boot_delay == 0 || system_state != SYSTEM_BOOTING) in boot_delay_msec() 975 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec() 977 timeout = jiffies + msecs_to_jiffies(boot_delay); in boot_delay_msec()
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 36 using "boot_delay=N". 41 system, and then set "lpj=M" before setting "boot_delay=N".
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 544 boot_delay= Milliseconds to delay each printk during boot.
|