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

  /external/ltp/testcases/kernel/fs/doio/
doio.h 42 #define LISTIO 7
43 #define LREAD 10 /* listio - single stride, single entry */
47 #define LSREAD 14 /* listio - multi-stride, single entry */
51 #define LEREAD 18 /* listio - single stride, multiple entry */
141 int r_nstrides; /* listio: multiple strides */
142 int r_nent; /* listio: multiple list entries */
153 int r_nstrides; /* listio: multiple strides */
154 int r_nent; /* listio: multiple list entries */
182 #define rw_req listio_req /* listio is superset of everything */
197 struct listio_req listio; member in union:io_req::__anon28520
    [all...]
iogen.c 53 #include <sys/listio.h>
138 int L_opt = 0; /* listio min-max nstrides & nents */
158 int Minstrides; /* min # of listio strides per request */
159 int Maxstrides; /* max # of listio strides per request */
248 {"listio", LISTIO, SY_ASYNC},
250 /* listio as 4 system calls */
256 /* listio with nstrides > 1 */
262 /* listio with nents > 1 */
268 /* listio with nents > 1 & nstrides > 1 *
    [all...]
doio.c 38 * sswrite, and many varieties of listio requests.
80 #include <sys/listio.h>
1023 case LISTIO:
1126 * format_listio- formats a listio request
1138 {"LISTIO", LISTIO},
    [all...]
  /external/ltp/lib/
tlibio.c 104 #include <sys/listio.h>
158 {"l", LIO_IO_SLISTIO | LIO_WAIT_RECALL, "single stride sync listio"},
160 "single stride async listio using recall"},
162 "single stride async listio using pause"},
173 {"slistio", LIO_IO_SLISTIO, "single stride sync listio"},
174 {"alistio", LIO_IO_ALISTIO, "single stride async listio"},
497 * or single stride listio(2)/lio_listio(3).
503 * wait method is: recall(2) for writea(2) and listio(2); aio_suspend(3) for
544 int listio_cmd; /* Holds the listio/lio_listio cmd */
546 struct listreq request; /* Used when a listio is wanted *
    [all...]

Completed in 167 milliseconds