Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/hfi1/
Daspm.c132 bool close_interrupts; in __aspm_ctx_disable() local
146 close_interrupts = ktime_to_ns(ktime_sub(now, prev)) < ASPM_TRIGGER_NS; in __aspm_ctx_disable()
151 restart_timer = restart_timer && close_interrupts; in __aspm_ctx_disable()
154 if (rcd->aspm_enabled && close_interrupts) { in __aspm_ctx_disable()