Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtlibio.c141 {"a", LIO_IO_ASYNC | LIO_WAIT_RECALL,
158 {"l", LIO_IO_SLISTIO | LIO_WAIT_RECALL, "single stride sync listio"},
159 {"L", LIO_IO_ALISTIO | LIO_WAIT_RECALL,
178 {"recall", LIO_WAIT_RECALL,
1783 if ((method & LIO_WAIT_RECALL)
1976 LIO_IO_ASYNC | LIO_WAIT_RECALL, 0, "async recall/suspend"}, {
1980 LIO_IO_ALISTIO | LIO_WAIT_RECALL, 0, "async listio recall"}, {
/external/ltp/include/old/
Dtlibio.h61 #define LIO_WAIT_RECALL 00040000 /* call recall(2)/aio_suspend(3) */ macro