Searched refs:aio_pending (Results 1 - 1 of 1) sorted by relevance

/external/fio/engines/
H A Dsolarisaio.c17 unsigned int aio_pending; member in struct:solarisaio_data
67 * the ->aio_pending store is seen after the ->aio_events store
69 sd->aio_events[sd->aio_pending] = io_u;
71 sd->aio_pending++;
90 while (sd->aio_pending < min)
96 ret = sd->aio_pending;
97 sd->aio_pending -= ret;

Completed in 315 milliseconds