Searched refs:ite_list (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/arm64/kvm/vgic/ |
D | vgic-its.c | 145 struct list_head ite_list; member 232 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite() 242 list_for_each_entry(ite, &(dev)->itt_head, ite_list) 744 list_del(&ite->ite_list); in its_free_ite() 998 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite() 1084 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device() 2011 if (list_is_last(&ite->ite_list, h)) in compute_next_eventid_offset() 2013 next = list_next_entry(ite, ite_list); in compute_next_eventid_offset() 2167 struct its_ite *itea = container_of(a, struct its_ite, ite_list); in vgic_its_ite_cmp() 2168 struct its_ite *iteb = container_of(b, struct its_ite, ite_list); in vgic_its_ite_cmp() [all …]
|