Searched refs:NUM_AIO (Results 1 – 1 of 1) sorted by relevance
89 #define NUM_AIO 16 macro101 struct iocb iocb_array[NUM_AIO]; in aiodio_append()102 struct iocb *iocbs[NUM_AIO]; in aiodio_append()115 io_queue_init(NUM_AIO, &myctx); in aiodio_append()117 for (i = 0; i < NUM_AIO; i++) { in aiodio_append()131 if ((w = io_submit(myctx, NUM_AIO, iocbs)) < 0) { in aiodio_append()