Home
last modified time | relevance | path

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

/drivers/xen/events/
Devents_base.c102 u8 spurious_cnt; member
637 if ((1 << info->spurious_cnt) < (HZ << 2)) { in xen_irq_lateeoi_locked()
638 if (info->spurious_cnt != 0xFF) in xen_irq_lateeoi_locked()
639 info->spurious_cnt++; in xen_irq_lateeoi_locked()
641 if (info->spurious_cnt > threshold) { in xen_irq_lateeoi_locked()
642 delay = 1 << (info->spurious_cnt - 1 - threshold); in xen_irq_lateeoi_locked()
654 info->spurious_cnt = 0; in xen_irq_lateeoi_locked()