Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/events/
Devents_internal.h50 unsigned int irq_epoch; /* If eoi_cpu valid: irq_epoch of event */ member
Devents_base.c124 static DEFINE_PER_CPU(unsigned int, irq_epoch);
535 (info->irq_epoch == per_cpu(irq_epoch, cpu) || delay)) { in xen_irq_lateeoi_locked()
1586 info->irq_epoch = __this_cpu_read(irq_epoch); in handle_irq_for_port()
1633 __this_cpu_inc(irq_epoch); in __xen_evtchn_do_upcall()