Searched refs:a (Results 1 – 2 of 2) sorted by relevance
/virt/kvm/arm/vgic/ |
D | vgic.c | 258 static int vgic_irq_cmp(void *priv, struct list_head *a, struct list_head *b) in vgic_irq_cmp() argument 260 struct vgic_irq *irqa = container_of(a, struct vgic_irq, ap_list); in vgic_irq_cmp()
|
D | vgic-its.c | 2205 static int vgic_its_ite_cmp(void *priv, struct list_head *a, in vgic_its_ite_cmp() argument 2208 struct its_ite *itea = container_of(a, struct its_ite, ite_list); in vgic_its_ite_cmp() 2344 static int vgic_its_device_cmp(void *priv, struct list_head *a, in vgic_its_device_cmp() argument 2347 struct its_device *deva = container_of(a, struct its_device, dev_list); in vgic_its_device_cmp()
|