Searched refs:ACRN_ASYNCIO_MAX (Results 1 – 3 of 3) sorted by relevance
104 for (i = 0U; i < ACRN_ASYNCIO_MAX; i++) { in add_asyncio()116 if (i == ACRN_ASYNCIO_MAX) { in add_asyncio()138 for (i = 0U; i < ACRN_ASYNCIO_MAX; i++) { in remove_asyncio()153 if (i == ACRN_ASYNCIO_MAX) { in remove_asyncio()
148 struct asyncio_desc aio_desc[ACRN_ASYNCIO_MAX];
29 #define ACRN_ASYNCIO_MAX 64U macro
Completed in 10 milliseconds