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

/linux-master/io_uring/
H A Dpoll.c226 IOU_POLL_DONE = 0, enumerator in enum:__anon481
259 * IOU_POLL_DONE when it's done with the request, then the mask is stored in
318 return IOU_POLL_DONE;
368 if (ret == IOU_POLL_DONE) {
388 else if (ret == IOU_POLL_DONE || ret == IOU_POLL_REISSUE)

Completed in 192 milliseconds