Home
last modified time | relevance | path

Searched refs:ioreq_clients (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dioreq.c231 list_for_each_entry(client, &vm->ioreq_clients, list) { in acrn_ioreq_request_clear()
389 list_for_each_entry(client, &vm->ioreq_clients, list) { in find_ioreq_client()
454 list_add(&client->list, &vm->ioreq_clients); in acrn_ioreq_client_create()
643 list_for_each_entry_safe(client, next, &vm->ioreq_clients, list) in acrn_ioreq_deinit()
H A Dvm.c38 INIT_LIST_HEAD(&vm->ioreq_clients); in acrn_vm_create()
H A Dacrn_drv.h154 * @ioreq_clients_lock: Lock to protect ioreq_clients and default_client
155 * @ioreq_clients: The I/O request clients list of this VM
177 struct list_head ioreq_clients; member

Completed in 3 milliseconds