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
1078 * wait method is: recall(2) for reada(2) and listio(2); aio_suspend(3) for
1766 * If no wait method was specified the default wait method is: recall(2)
1770 * <0: errno of failed recall
1801 * not have any wait method bits set (default), use recall/aio_suspend.
1805 printf("DEBUG %s/%d: wait method : recall\n", __FILE__,
1808 if (recall(fd, 1, statptr)) {
1810 "%s/%d recall(%d, 1, stat) failed, errno:%d %s",
1986 LIO_IO_ASYNC | LIO_WAIT_RECALL, 0, "async recall/suspend"}, {
1990 LIO_IO_ALISTIO | LIO_WAIT_RECALL, 0, "async listio recall"}, {