Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/kernel/
H A Dsmp.c206 unsigned long wait_till; in __cpu_up() local
220 wait_till = jiffies + HZ; in __cpu_up()
221 while (time_before(jiffies, wait_till)) { in __cpu_up()