Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/virt/acrn/
Dioeventfd.c60 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()
Dacrn_drv.h184 struct list_head ioeventfds; member
/linux-5.19.10/virt/kvm/
Deventfd.c532 INIT_LIST_HEAD(&kvm->ioeventfds); in kvm_eventfd_init()
783 list_for_each_entry(_p, &kvm->ioeventfds, list) in ioeventfd_check_collision()
851 list_add_tail(&p->list, &kvm->ioeventfds); in kvm_assign_ioeventfd_idx()
885 list_for_each_entry_safe(p, tmp, &kvm->ioeventfds, list) { in kvm_deassign_ioeventfd_idx()
/linux-5.19.10/include/linux/
Dkvm_host.h744 struct list_head ioeventfds; member