Searched refs:aio_maxio (Results 1 – 1 of 1) sorted by relevance
/external/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 48 static int aio_maxio = AIO_MAXIO; variable 179 struct io_event events[aio_maxio]; in io_wait_run() 186 ret = n = io_getevents(ctx, 1, aio_maxio, events, to); in io_wait_run() 374 aio_maxio = strtol(optarg, &endp, 0); in main() 490 io_queue_init(aio_maxio, &myctx); in main() 493 if (init_iocb(aio_maxio, aio_blksize) < 0) { in main() 501 int n = MIN(MIN(aio_maxio - busy, aio_maxio), in main() 551 busy, aio_maxio, tocopy); in main()
|