Searched refs:ioeventfds (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/virt/acrn/ |
H A D | ioeventfd.c | 19 * @list: Entry within &acrn_vm.ioeventfds of ioeventfds of a VM 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()
|
H A D | acrn_drv.h | 161 * @ioeventfds_lock: Lock to protect ioeventfds list 162 * @ioeventfds: List to link all hsm_ioeventfd 163 * @ioeventfd_client: I/O client for ioeventfds of the VM 184 struct list_head ioeventfds; member
|
/kernel/linux/linux-5.10/virt/kvm/ |
H A D | eventfd.c | 519 INIT_LIST_HEAD(&kvm->ioeventfds); in kvm_eventfd_init() 764 list_for_each_entry(_p, &kvm->ioeventfds, list) in ioeventfd_check_collision() 832 list_add_tail(&p->list, &kvm->ioeventfds); in kvm_assign_ioeventfd_idx() 866 list_for_each_entry_safe(p, tmp, &kvm->ioeventfds, list) { in kvm_deassign_ioeventfd_idx()
|
/kernel/linux/linux-6.6/virt/kvm/ |
H A 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kvm_host.h | 473 struct list_head ioeventfds; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kvm_host.h | 764 struct list_head ioeventfds; member
|
Completed in 12 milliseconds