Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/mei/
H A Dhw-me.c1399 long polling_timeout = MEI_POLLING_TIMEOUT_ACTIVE; in mei_me_polling_thread() local
1415 polling_timeout = MEI_POLLING_TIMEOUT_ACTIVE; in mei_me_polling_thread()
1424 polling_timeout = clamp_val(polling_timeout + MEI_POLLING_TIMEOUT_ACTIVE, in mei_me_polling_thread()
1429 schedule_timeout_interruptible(msecs_to_jiffies(polling_timeout)); in mei_me_polling_thread()