Searched refs:ioeventfds (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/virt/acrn/ |
| D | ioeventfd.c | 60 list_for_each_entry(p, &vm->ioeventfds, list) in hsm_ioeventfd_is_conflict() 134 list_add_tail(&p->list, &vm->ioeventfds); in acrn_ioeventfd_assign() 158 list_for_each_entry(p, &vm->ioeventfds, list) { in acrn_ioeventfd_deassign() 180 list_for_each_entry(p, &vm->ioeventfds, list) { in hsm_ioeventfd_match() 249 INIT_LIST_HEAD(&vm->ioeventfds); in acrn_ioeventfd_init() 270 list_for_each_entry_safe(p, next, &vm->ioeventfds, list) in acrn_ioeventfd_deinit()
|
| D | acrn_drv.h | 184 struct list_head ioeventfds; member
|
| /Linux-v6.6/virt/kvm/ |
| D | eventfd.c | 540 INIT_LIST_HEAD(&kvm->ioeventfds); in kvm_eventfd_init() 816 list_for_each_entry(_p, &kvm->ioeventfds, list) in ioeventfd_check_collision() 884 list_add_tail(&p->list, &kvm->ioeventfds); in kvm_assign_ioeventfd_idx() 918 list_for_each_entry(p, &kvm->ioeventfds, list) { in kvm_deassign_ioeventfd_idx()
|
| /Linux-v6.6/include/linux/ |
| D | kvm_host.h | 764 struct list_head ioeventfds; member
|