Lines Matching +full:async +full:- +full:io
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
33 * Define io syscalls supported by doio
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 */
77 /* used: <<doio>> 1.? <<DOIO>> 1.5 <-DOIO-> 1.7*/
84 * Define various user flags (r_uflag field) that io requests can have
103 * Define async io completion strategies supported by doio.
116 * unionized into a single io_req structure which io generators fill in and
178 int r_aio_strat; /* async I/O completion strategy */
185 * Main structure for sending a request to doio. Any tools which form IO
198 struct rw_req io; member