close_interrupts  132 drivers/infiniband/hw/hfi1/aspm.c 	bool close_interrupts;
close_interrupts  146 drivers/infiniband/hw/hfi1/aspm.c 	close_interrupts = ktime_to_ns(ktime_sub(now, prev)) < ASPM_TRIGGER_NS;
close_interrupts  151 drivers/infiniband/hw/hfi1/aspm.c 	restart_timer = restart_timer && close_interrupts;
close_interrupts  154 drivers/infiniband/hw/hfi1/aspm.c 	if (rcd->aspm_enabled && close_interrupts) {