Searched refs:irqb (Results 1 – 1 of 1) sorted by relevance
297 struct vgic_irq *irqb = container_of(b, struct vgic_irq, ap_list); in vgic_irq_cmp() local307 if (unlikely(irqa == irqb)) in vgic_irq_cmp()311 raw_spin_lock_nested(&irqb->irq_lock, SINGLE_DEPTH_NESTING); in vgic_irq_cmp()314 ret = (int)(vgic_target_oracle(irqb) == vcpu) - (int)(vgic_target_oracle(irqa) == vcpu); in vgic_irq_cmp()319 ret = (int)(irqb->group ? info->vmcr.grpen1 : info->vmcr.grpen0); in vgic_irq_cmp()325 pendb = irqb->enabled && irq_is_pending(irqb) && !irqb->active; in vgic_irq_cmp()332 ret = (int)irqa->priority - (int)irqb->priority; in vgic_irq_cmp()337 ret = (int)irqb->hw - (int)irqa->hw; in vgic_irq_cmp()340 raw_spin_unlock(&irqb->irq_lock); in vgic_irq_cmp()