Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dsmpboot.c773 static unsigned int init_udelay = UINT_MAX; variable
777 get_option(&str, &init_udelay); in cpu_init_udelay()
786 if (init_udelay != UINT_MAX) in smp_quirk_init_udelay()
793 init_udelay = 0; in smp_quirk_init_udelay()
797 init_udelay = UDELAY_10MS_DEFAULT; in smp_quirk_init_udelay()
871 udelay(init_udelay); in wakeup_secondary_cpu_via_init()
920 if (init_udelay == 0) in wakeup_secondary_cpu_via_init()
933 if (init_udelay == 0) in wakeup_secondary_cpu_via_init()

Completed in 6 milliseconds