Searched refs:mshot_finished (Results 1 – 1 of 1) sorted by relevance
| /linux/io_uring/ |
| H A D | net.c | 854 struct io_br_sel *sel, bool mshot_finished, in io_recv_finish() argument 872 mshot_finished = true; in io_recv_finish() 908 if ((req->flags & REQ_F_APOLL_MULTISHOT) && !mshot_finished && in io_recv_finish() 1028 bool mshot_finished = true; in io_recvmsg() local 1066 &mshot_finished); in io_recvmsg() 1100 if (!io_recv_finish(req, kmsg, &sel, mshot_finished, issue_flags)) in io_recvmsg() 1187 bool mshot_finished; in io_recv() local 1239 mshot_finished = ret <= 0; in io_recv() 1248 if (!io_recv_finish(req, kmsg, &sel, mshot_finished, issue_flags)) in io_recv()
|