Searched refs:ioeventfds (Results 1 - 5 of 5) sorted by path

/linux-master/drivers/virt/acrn/
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 in struct:acrn_vm
H A Dioeventfd.c19 * @list: Entry within &acrn_vm.ioeventfds of ioeventfds of a VM
60 list_for_each_entry(p, &vm->ioeventfds, list)
134 list_add_tail(&p->list, &vm->ioeventfds);
158 list_for_each_entry(p, &vm->ioeventfds, list) {
180 list_for_each_entry(p, &vm->ioeventfds, list) {
249 INIT_LIST_HEAD(&vm->ioeventfds);
270 list_for_each_entry_safe(p, next, &vm->ioeventfds, list)
/linux-master/drivers/xen/
H A Dprivcmd.c1115 spinlock_t lock; /* Protects ioeventfds list */
1116 struct list_head ioeventfds; member in struct:privcmd_kernel_ioreq
1146 list_for_each_entry(kioeventfd, &kioreq->ioeventfds, list) {
1210 INIT_LIST_HEAD(&kioreq->ioeventfds);
1286 list_for_each_entry(kioeventfd, &kioreq->ioeventfds, list) {
1360 list_add_tail(&kioeventfd->list, &kioreq->ioeventfds);
1399 list_for_each_entry_safe(kioeventfd, tmp, &kioreq->ioeventfds, list) {
1404 if (list_empty(&kioreq->ioeventfds))
1456 list_for_each_entry_safe(kioeventfd, tmp, &kioreq->ioeventfds, list)
/linux-master/include/linux/
H A Dkvm_host.h798 struct list_head ioeventfds; member in struct:kvm
/linux-master/virt/kvm/
H A Deventfd.c802 list_for_each_entry(_p, &kvm->ioeventfds, list)
870 list_add_tail(&p->list, &kvm->ioeventfds);
904 list_for_each_entry(p, &kvm->ioeventfds, list) {
1011 INIT_LIST_HEAD(&kvm->ioeventfds);

Completed in 231 milliseconds