Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
H A Dpoll.c225 IOU_POLL_DONE = 0, enumerator
253 * IOU_POLL_DONE when it's done with the request, then the mask is stored in
312 return IOU_POLL_DONE; in io_poll_check_events()
362 if (ret == IOU_POLL_DONE) { in io_poll_task_func()
382 else if (ret == IOU_POLL_DONE || ret == IOU_POLL_REISSUE) in io_poll_task_func()

Completed in 3 milliseconds