Home
last modified time | relevance | path

Searched refs:aioary (Results 1 – 2 of 2) sorted by relevance

/external/ltp/lib/
Dtlibio.c1776 const aiocb_t *aioary[1];
1780 const struct aiocb *aioary[1];
1819 aioary[0] = aiocbp;
1820 ret = aio_suspend(aioary, 1, NULL);
/external/ltp/testcases/kernel/fs/doio/
Ddoio.c4752 const aiocb_t *aioary[1]; in aio_wait() local
4811 aioary[0] = &aiop->aiocb; in aio_wait()
4814 r = aio_suspend(aioary, 1, NULL); in aio_wait()
4841 aioary[0] = &aiop->aiocb; in aio_wait()
4842 r = aio_suspend(aioary, 1, NULL); in aio_wait()