Searched refs:boot_delay (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A 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()
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk.c | 1235 static int boot_delay; /* msecs delay after each printk during bootup */ variable 1236 static unsigned long long loops_per_msec; /* based on boot_delay */ 1245 get_option(&str, &boot_delay); in boot_delay_setup() 1246 if (boot_delay > 10 * 1000) in boot_delay_setup() 1247 boot_delay = 0; in boot_delay_setup() 1249 pr_debug("boot_delay: %u, preset_lpj: %ld, lpj: %lu, " in boot_delay_setup() 1251 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup() 1254 early_param("boot_delay", boot_delay_setup); 1261 if ((boot_delay == 0 || system_state >= SYSTEM_RUNNING) in boot_delay_msec() 1266 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec() [all...] |
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk.c | 1262 static int boot_delay; /* msecs delay after each printk during bootup */ variable 1263 static unsigned long long loops_per_msec; /* based on boot_delay */ 1272 get_option(&str, &boot_delay); in boot_delay_setup() 1273 if (boot_delay > 10 * 1000) in boot_delay_setup() 1274 boot_delay = 0; in boot_delay_setup() 1276 pr_debug("boot_delay: %u, preset_lpj: %ld, lpj: %lu, " in boot_delay_setup() 1278 boot_delay, preset_lpj, lpj, HZ, loops_per_msec); in boot_delay_setup() 1281 early_param("boot_delay", boot_delay_setup); 1288 if ((boot_delay == 0 || system_state >= SYSTEM_RUNNING) in boot_delay_msec() 1293 k = (unsigned long long)loops_per_msec * boot_delay; in boot_delay_msec() [all...] |
Completed in 9 milliseconds