Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dnet.c850 struct io_br_sel *sel, bool mshot_finished, in io_recv_finish() argument
868 mshot_finished = true; in io_recv_finish()
904 if ((req->flags & REQ_F_APOLL_MULTISHOT) && !mshot_finished && in io_recv_finish()
1024 bool mshot_finished = true; in io_recvmsg() local
1062 &mshot_finished); in io_recvmsg()
1096 if (!io_recv_finish(req, kmsg, &sel, mshot_finished, issue_flags)) in io_recvmsg()
1183 bool mshot_finished; in io_recv() local
1235 mshot_finished = ret <= 0; in io_recv()
1244 if (!io_recv_finish(req, kmsg, &sel, mshot_finished, issue_flags)) in io_recv()