Searched refs:asyncio_desc (Results 1 – 3 of 3) sorted by relevance
73 struct asyncio_desc *p; in asyncio_is_conflict()79 p = container_of(pos, struct asyncio_desc, list); in asyncio_is_conflict()98 struct asyncio_desc *desc; in add_asyncio()133 struct asyncio_desc *desc; in remove_asyncio()167 static struct asyncio_desc *get_asyncio_desc(struct acrn_vcpu *vcpu, const struct io_request *io_re… in get_asyncio_desc()173 struct asyncio_desc *iter_desc; in get_asyncio_desc()176 struct asyncio_desc *ret = NULL; in get_asyncio_desc()200 iter_desc = container_of(pos, struct asyncio_desc, list); in get_asyncio_desc()729 struct asyncio_desc *aio_desc; in emulate_io()
43 struct asyncio_desc { struct
148 struct asyncio_desc aio_desc[ACRN_ASYNCIO_MAX];
Completed in 6 milliseconds