Searched refs:lio_listio (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Daio.h61 * while the lio_listio() operation is being performed, and no notification
134 * lio_listio operation options
142 * lio_listio() modes
146 * A lio_listio() synchronization operation indicating
148 * the lio_listio() operation is being performed, and no
154 * A lio_listio() synchronization operation indicating
156 * lio_listio() operation is complete.
161 * Maximum number of operations in single lio_listio call
251 * asynchronous I/O request via aio_read(), aio_write(), or lio_listio(). This
280 int lio_listio( in
[all...]
/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c115 * lio_listio LIO_WAIT). Requests then move to the per process aio_activeq
1365 * Notes: This function is used for both lio_listio and aio
1446 * lio_listio - initiate a list of IO requests. We process the list of
1455 lio_listio(proc_t p, struct lio_listio_args *uap, int *retval ) function
1514 * Use sigevent passed in to lio_listio for each of our calls, but
1605 result = msleep(lio_context, aio_proc_mutex(p), PCATCH | PRIBIO | PSPIN, "lio_listio", 0);
1647 } /* lio_listio */
2007 * lio_listio calls behave differently at completion they do
2029 * Look for lio_listio LIO_NOP requests and ignore them; this is
2238 /* explicit wakeup of lio_listio() waitin
[all...]
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4926 /* test aio_suspend and lio_listio */
4933 my_err = lio_listio( LIO_NOWAIT, my_aiocb_list, AIO_TESTS_OUR_COUNT, NULL );
4935 printf( "lio_listio call failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 26 milliseconds