Home
last modified time | relevance | path

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

/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c1021 ktime_t *busy_until) in ipmi_thread_busy_wait() argument
1028 *busy_until = IPMI_TIME_NOT_BUSY; in ipmi_thread_busy_wait()
1029 else if (*busy_until == IPMI_TIME_NOT_BUSY) { in ipmi_thread_busy_wait()
1030 *busy_until = ktime_get() + max_busy_us * NSEC_PER_USEC; in ipmi_thread_busy_wait()
1032 if (unlikely(ktime_get() > *busy_until)) { in ipmi_thread_busy_wait()
1033 *busy_until = IPMI_TIME_NOT_BUSY; in ipmi_thread_busy_wait()
1055 ktime_t busy_until = IPMI_TIME_NOT_BUSY; in ipmi_thread() local
1076 &busy_until); in ipmi_thread()