Home | History | Annotate | Download | only in lib

Lines Matching refs:recall

142 	 "async i/o using recall/aio_suspend"},
160 "single stride async listio using recall"},
178 {"recall", LIO_WAIT_RECALL,
179 "use recall(2)/aio_suspend(3) to wait for i/o to complete"},
503 * wait method is: recall(2) for writea(2) and listio(2); aio_suspend(3) for
1073 * wait method is: recall(2) for reada(2) and listio(2); aio_suspend(3) for
1756 * If no wait method was specified the default wait method is: recall(2)
1760 * <0: errno of failed recall
1791 * not have any wait method bits set (default), use recall/aio_suspend.
1795 printf("DEBUG %s/%d: wait method : recall\n", __FILE__,
1798 if (recall(fd, 1, statptr)) {
1800 "%s/%d recall(%d, 1, stat) failed, errno:%d %s",
1976 LIO_IO_ASYNC | LIO_WAIT_RECALL, 0, "async recall/suspend"}, {
1980 LIO_IO_ALISTIO | LIO_WAIT_RECALL, 0, "async listio recall"}, {