Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c177 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-6.15/kernel/printk/
H A Dprintk.c1316 static int boot_delay; /* msecs delay after each printk during bootup */ variable
1326 get_option(&str, &boot_delay); in boot_delay_setup()
1327 if (boot_delay > 10 * 1000) in boot_delay_setup()
1328 boot_delay = 0; in boot_delay_setup()
1332 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup()
1344 if ((boot_delay == 0 || system_state >= SYSTEM_RUNNING) || suppress) in boot_delay_msec()
1347 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec()
1349 timeout = jiffies + msecs_to_jiffies(boot_delay); in boot_delay_msec()
/linux-6.15/lib/
H A DKconfig.debug97 using "boot_delay=N".
102 system, and then set "lpj=M" before setting "boot_delay=N".
/linux-6.15/Documentation/admin-guide/
H A Dkernel-parameters.txt556 boot_delay= [KNL,EARLY]