Searched refs:IORING_CQE_F_MORE (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/net/ |
A D | io_uring_zerocopy_tx.c | 430 if (cqe->flags & IORING_CQE_F_MORE) in do_tx() 439 if (cqe->flags & IORING_CQE_F_MORE) { in do_tx() 458 if (cqe->flags & IORING_CQE_F_MORE) in do_tx()
|
/linux-6.3-rc2/io_uring/ |
A D | net.c | 629 req->cqe.user_data, *ret, cflags | IORING_CQE_F_MORE, true)) { in io_recv_finish() 1172 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_send_zc() 1248 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_sendmsg_zc() 1261 req->cqe.flags |= IORING_CQE_F_MORE; in io_sendrecv_fail() 1350 req->cqe.user_data, ret, IORING_CQE_F_MORE, true)) in io_accept()
|
A D | poll.c | 304 mask, IORING_CQE_F_MORE, false)) { in io_poll_check_events()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | io_uring.h | 378 #define IORING_CQE_F_MORE (1U << 1) macro
|
Completed in 12 milliseconds