Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c166 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 Dcmd_net.c93 cqe->flags = IORING_CQE_F_MORE | ctx_cqe32_flags(cmd_to_io_kiocb(cmd)->ctx); in io_process_timestamp_skb()
H A Dnet.c547 if (io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) { in io_send_finish()
874 #define CQE_F_MASK (IORING_CQE_F_SOCK_NONEMPTY|IORING_CQE_F_MORE|\ in io_recv_finish()
940 io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) { in io_recvmsg_prep_multishot()
1597 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_accept_prep()
1610 req->cqe.flags |= IORING_CQE_F_MORE; in io_accept()
1699 io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) {
H A Dtimeout.c118 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
H A Dpoll.c305 if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) { in io_poll_check_events()
H A Drw.c1085 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
H A Dzcrx.c1470 cqe->flags = IORING_CQE_F_MORE; in io_zcrx_recv_skb()
/linux/tools/include/uapi/linux/
H A Dio_uring.h414 #define IORING_CQE_F_MORE (1U << 1) macro
/linux/include/uapi/linux/
H A Dio_uring.h539 #define IORING_CQE_F_MORE (1U << 1) macro