Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kvm/vgic/
Dvgic-its.c141 struct list_head ite_list; member
236 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite()
246 list_for_each_entry(ite, &(dev)->itt_head, ite_list)
809 list_del(&ite->ite_list); in its_free_ite()
1063 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite()
1148 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device()
2104 if (list_is_last(&ite->ite_list, h)) in compute_next_eventid_offset()
2106 next = list_next_entry(ite, ite_list); in compute_next_eventid_offset()
2254 struct its_ite *itea = container_of(a, struct its_ite, ite_list); in vgic_its_ite_cmp()
2255 struct its_ite *iteb = container_of(b, struct its_ite, ite_list); in vgic_its_ite_cmp()
[all …]