Searched refs:LIO_IO_ALISTIO (Results 1 – 2 of 2) sorted by relevance
/external/ltp/include/old/ |
D | tlibio.h | 36 #define LIO_IO_ALISTIO 00010 /* single stride async listio */ macro 86 #define LIO_IO_ASYNC_TYPES (LIO_IO_ASYNC|LIO_IO_SLISTIO|LIO_IO_ALISTIO)
|
/external/ltp/lib/ |
D | tlibio.c | 159 {"L", LIO_IO_ALISTIO | LIO_WAIT_RECALL, 161 {"X", LIO_IO_ALISTIO | LIO_WAIT_SIGPAUSE, 174 {"alistio", LIO_IO_ALISTIO, "single stride async listio"}, 886 else if (method & LIO_IO_ALISTIO) { in lio_write_buffer() 1459 else if (method & LIO_IO_ALISTIO) { in lio_read_buffer() 1974 LIO_IO_ALISTIO, 0, "async listio, def wait"}, { 1979 LIO_IO_ALISTIO | LIO_WAIT_ACTIVE, 0, "async listio active"}, { 1980 LIO_IO_ALISTIO | LIO_WAIT_RECALL, 0, "async listio recall"}, { 1981 LIO_IO_ALISTIO | LIO_WAIT_SIGACTIVE, SIGUSR1, "async listio sigactive"}, 1983 LIO_IO_ALISTIO | LIO_WAIT_SIGPAUSE, SIGUSR1, "async listio sigpause"}, [all …]
|