Searched refs:IORING_CQE_F_MORE (Results 1 – 6 of 6) 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 | net.c | 509 if (io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_send_finish() 869 io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_recv_finish() 1446 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_send_zc() 1506 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_sendmsg_zc() 1519 req->cqe.flags |= IORING_CQE_F_MORE; in io_sendrecv_fail() 1622 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_accept()
|
H A D | timeout.c | 75 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
|
H A D | rw.c | 1023 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
|
/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 | 476 #define IORING_CQE_F_MORE (1U << 1) macro
|