Searched refs:IORING_CQE_F_MORE (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | io_uring_zerocopy_tx.c | 166 if (cqe->flags & IORING_CQE_F_MORE) in do_tx() 175 if (cqe->flags & IORING_CQE_F_MORE) { in do_tx() 194 if (cqe->flags & IORING_CQE_F_MORE) in do_tx()
|
| /linux/io_uring/ |
| H A D | cmd_net.c | 93 cqe->flags = IORING_CQE_F_MORE | ctx_cqe32_flags(cmd_to_io_kiocb(cmd)->ctx); in io_process_timestamp_skb()
|
| H A D | net.c | 517 if (io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) { in io_send_finish() 844 #define CQE_F_MASK (IORING_CQE_F_SOCK_NONEMPTY|IORING_CQE_F_MORE|\ 910 io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) { in io_recv_finish() 1594 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_sendmsg_zc() 1607 req->cqe.flags |= IORING_CQE_F_MORE; in io_sendrecv_fail() 1696 io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_accept()
|
| H A D | uring_cmd.c | 398 if (io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) in io_uring_mshot_cmd_post_cqe()
|
| H A D | timeout.c | 118 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
|
| H A D | poll.c | 306 if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) { in io_poll_check_events()
|
| H A D | rw.c | 1089 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
|
| H A D | zcrx.c | 1642 cqe->flags = IORING_CQE_F_MORE; in io_zcrx_queue_cqe()
|
| /linux/tools/include/uapi/linux/ |
| H A D | io_uring.h | 414 #define IORING_CQE_F_MORE (1U << 1) macro
|
| /linux/include/uapi/linux/ |
| H A D | io_uring.h | 539 #define IORING_CQE_F_MORE (1U << 1) macro
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | batch.c | 448 } else if (!(cqe->flags & IORING_CQE_F_MORE) || cqe->res == -ENOBUFS) { in ublk_batch_compl_cmd()
|