Searched refs:boot_delay (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dprintk.c231 static unsigned int boot_delay; /* msecs delay after each printk during bootup */ variable
232 static unsigned long long loops_per_msec; /* based on boot_delay */
241 get_option(&str, &boot_delay);
242 if (boot_delay > 10 * 1000)
243 boot_delay = 0;
245 pr_debug("boot_delay: %u, preset_lpj: %ld, lpj: %lu, "
247 boot_delay, preset_lpj, lpj, HZ, loops_per_msec);
250 __setup("boot_delay=", boot_delay_setup);
257 if (boot_delay == 0 || system_state != SYSTEM_BOOTING)
260 k = (unsigned long long)loops_per_msec * boot_delay;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c190 int i, tags, boot_delay; local
195 boot_delay = 0;
197 boot_delay = Tekram_boot_delay[nvram->boot_delay_index];
215 rem, boot_delay, tags);

Completed in 105 milliseconds