Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c642 static unsigned int init_udelay = UINT_MAX; variable
646 get_option(&str, &init_udelay); in cpu_init_udelay()
655 if (init_udelay != UINT_MAX) in smp_set_init_udelay()
662 init_udelay = 0; in smp_set_init_udelay()
666 init_udelay = UDELAY_10MS_LEGACY; in smp_set_init_udelay()
688 udelay(init_udelay); in send_init_sequence()
745 if (init_udelay == 0) in wakeup_secondary_cpu_via_init()
758 if (init_udelay == 0) in wakeup_secondary_cpu_via_init()