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

/linux-master/drivers/xen/events/
H A Devents_base.c114 unsigned int irq_epoch; /* If eoi_cpu valid: irq_epoch of event */ member in struct:irq_info
194 static DEFINE_PER_CPU(unsigned int, irq_epoch);
636 (info->irq_epoch == per_cpu(irq_epoch, cpu) || delay)) {
1691 info->irq_epoch = __this_cpu_read(irq_epoch);
1728 * Increment irq_epoch only now to defer EOIs only for
1732 __this_cpu_inc(irq_epoch);

Completed in 172 milliseconds