Searched refs:itt_head (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 122 struct list_head itt_head; 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) 1044 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite() 1124 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device() 1165 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device() 2137 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite() 2221 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt() 2223 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 122 struct list_head itt_head; 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) 1071 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite() 1156 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device() 1197 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device() 2214 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite() 2303 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt() 2305 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()
|
Completed in 12 milliseconds