Searched refs:spurious_cnt (Results 1 – 1 of 1) sorted by relevance
102 u8 spurious_cnt; member636 if ((1 << info->spurious_cnt) < (HZ << 2)) { in xen_irq_lateeoi_locked()637 if (info->spurious_cnt != 0xFF) in xen_irq_lateeoi_locked()638 info->spurious_cnt++; in xen_irq_lateeoi_locked()640 if (info->spurious_cnt > threshold) { in xen_irq_lateeoi_locked()641 delay = 1 << (info->spurious_cnt - 1 - threshold); in xen_irq_lateeoi_locked()653 info->spurious_cnt = 0; in xen_irq_lateeoi_locked()