Home
last modified time | relevance | path

Searched refs:mshot_finished (Results 1 – 1 of 1) sorted by relevance

/linux/io_uring/
H A Dnet.c855 struct io_br_sel *sel, bool mshot_finished, in io_recv_finish() argument
873 mshot_finished = true; in io_recv_finish()
909 if ((req->flags & REQ_F_APOLL_MULTISHOT) && !mshot_finished && in io_recv_finish()
1029 bool mshot_finished = true; in io_recvmsg() local
1067 &mshot_finished); in io_recvmsg()
1101 if (!io_recv_finish(req, kmsg, &sel, mshot_finished, issue_flags)) in io_recvmsg()
1188 bool mshot_finished; in io_recv() local
1252 mshot_finished = ret <= 0; in io_recv()
1261 if (!io_recv_finish(req, kmsg, &sel, mshot_finished, issue_flags)) in io_recv()