Home
last modified time | relevance | path

Searched refs:ioeventfds (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dioeventfd.c19 * @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 Dacrn_drv.h161 * @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 Deventfd.c519 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 Deventfd.c540 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 Dkvm_host.h473 struct list_head ioeventfds; member
/kernel/linux/linux-6.6/include/linux/
H A Dkvm_host.h764 struct list_head ioeventfds; member

Completed in 10 milliseconds