Searched refs:NUM_AIO (Results 1 – 1 of 1) sorted by relevance
75 #define NUM_AIO 16 macro87 struct iocb iocb_array[NUM_AIO]; in aiodio_append()88 struct iocb *iocbs[NUM_AIO]; in aiodio_append()101 io_queue_init(NUM_AIO, &myctx); in aiodio_append()103 for (i = 0; i < NUM_AIO; i++) { in aiodio_append()118 if ((w = io_submit(myctx, NUM_AIO, iocbs)) < 0) { in aiodio_append()