Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/char/ipmi/
Dipmi_si_intf.c955 unsigned int max_busy_us = 0; in ipmi_thread_busy_wait() local
958 max_busy_us = kipmid_max_busy_us[smi_info->si_num]; in ipmi_thread_busy_wait()
959 if (max_busy_us == 0 || smi_result != SI_SM_CALL_WITH_DELAY) in ipmi_thread_busy_wait()
963 timespec_add_ns(busy_until, max_busy_us * NSEC_PER_USEC); in ipmi_thread_busy_wait()