Searched refs:irqb (Results 1 – 1 of 1) sorted by relevance
313 struct vgic_irq *irqb = container_of(b, struct vgic_irq, ap_list); in vgic_irq_cmp() local323 if (unlikely(irqa == irqb)) in vgic_irq_cmp()327 raw_spin_lock_nested(&irqb->irq_lock, SINGLE_DEPTH_NESTING); in vgic_irq_cmp()330 ret = (int)(vgic_target_oracle(irqb) == vcpu) - (int)(vgic_target_oracle(irqa) == vcpu); in vgic_irq_cmp()335 ret = (int)(irqb->group ? info->vmcr.grpen1 : info->vmcr.grpen0); in vgic_irq_cmp()341 pendb = irqb->enabled && irq_is_pending(irqb) && !irqb->active; in vgic_irq_cmp()348 ret = (int)irqa->priority - (int)irqb->priority; in vgic_irq_cmp()353 ret = (int)irqb->hw - (int)irqa->hw; in vgic_irq_cmp()356 raw_spin_unlock(&irqb->irq_lock); in vgic_irq_cmp()