Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/amd/
H A Dhsmp.c80 unsigned long timeout, short_sleep; in __hsmp_send_message() local
119 short_sleep = jiffies + msecs_to_jiffies(HSMP_SHORT_SLEEP); in __hsmp_send_message()
131 if (time_before(jiffies, short_sleep)) in __hsmp_send_message()