Home
last modified time | relevance | path

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

/linux/drivers/xen/events/
A Devents_base.c99 u8 spurious_cnt; member
625 if ((1 << info->spurious_cnt) < (HZ << 2)) { in xen_irq_lateeoi_locked()
626 if (info->spurious_cnt != 0xFF) in xen_irq_lateeoi_locked()
627 info->spurious_cnt++; in xen_irq_lateeoi_locked()
629 if (info->spurious_cnt > threshold) { in xen_irq_lateeoi_locked()
630 delay = 1 << (info->spurious_cnt - 1 - threshold); in xen_irq_lateeoi_locked()
642 info->spurious_cnt = 0; in xen_irq_lateeoi_locked()

Completed in 8 milliseconds