Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/xen/events/
Devents_base.c100 u8 spurious_cnt; member
627 if ((1 << info->spurious_cnt) < (HZ << 2)) { in xen_irq_lateeoi_locked()
628 if (info->spurious_cnt != 0xFF) in xen_irq_lateeoi_locked()
629 info->spurious_cnt++; in xen_irq_lateeoi_locked()
631 if (info->spurious_cnt > threshold) { in xen_irq_lateeoi_locked()
632 delay = 1 << (info->spurious_cnt - 1 - threshold); in xen_irq_lateeoi_locked()
644 info->spurious_cnt = 0; in xen_irq_lateeoi_locked()