HomeSort by relevance Sort by last modified time
    Searched refs:AIO_MAXIO (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/io/aio/aio02/
aio_tio.c 42 #define AIO_MAXIO 32
71 struct io_event events[AIO_MAXIO];
76 * get up to aio_maxio events at a time.
78 ret = n = io_getevents(ctx, 1, AIO_MAXIO, events, to);
99 struct iocb iocb_array[AIO_MAXIO];
100 struct iocb *iocbps[AIO_MAXIO];
111 for (i = 0; i < AIO_MAXIO; i++) {
154 res = io_submit(myctx, AIO_MAXIO, iocbps);
164 wait_count = AIO_MAXIO;
184 for (i = 0; i < AIO_MAXIO; i++)
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 45 #define AIO_MAXIO 32
48 static int aio_maxio = AIO_MAXIO; variable
179 struct io_event events[aio_maxio];
184 * get up to aio_maxio events at a time.
186 ret = n = io_getevents(ctx, 1, aio_maxio, events, to);
374 aio_maxio = strtol(optarg, &endp, 0);
490 io_queue_init(aio_maxio, &myctx);
493 if (init_iocb(aio_maxio, aio_blksize) < 0) {
500 /* Submit as many reads as once as possible upto aio_maxio */
    [all...]

Completed in 92 milliseconds