Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c1330 const unsigned long sleep_wait_ms = 100 * MSEC_PER_SEC; in __cpu_up() local
1332 deadline = jiffies + msecs_to_jiffies(sleep_wait_ms); in __cpu_up()