Searched refs:spurious_cnt (Results 1 – 1 of 1) sorted by relevance
102 u8 spurious_cnt; member614 if ((1 << info->spurious_cnt) < (HZ << 2)) { in xen_irq_lateeoi_locked()615 if (info->spurious_cnt != 0xFF) in xen_irq_lateeoi_locked()616 info->spurious_cnt++; in xen_irq_lateeoi_locked()618 if (info->spurious_cnt > threshold) { in xen_irq_lateeoi_locked()619 delay = 1 << (info->spurious_cnt - 1 - threshold); in xen_irq_lateeoi_locked()631 info->spurious_cnt = 0; in xen_irq_lateeoi_locked()