Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/ipmi/
Dipmi_si_intf.c942 #define IPMI_TIME_NOT_BUSY ns_to_ktime(-1ull) macro
952 *busy_until = IPMI_TIME_NOT_BUSY; in ipmi_thread_busy_wait()
953 else if (*busy_until == IPMI_TIME_NOT_BUSY) { in ipmi_thread_busy_wait()
957 *busy_until = IPMI_TIME_NOT_BUSY; in ipmi_thread_busy_wait()
979 ktime_t busy_until = IPMI_TIME_NOT_BUSY; in ipmi_thread()