Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c430 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()
/openbmc/linux/io_uring/
H A Dnet.c701 *ret, cflags | IORING_CQE_F_MORE)) { in io_recv_finish()
1259 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_send_zc()
1336 io_req_set_res(req, ret, IORING_CQE_F_MORE); in io_sendmsg_zc()
1349 req->cqe.flags |= IORING_CQE_F_MORE; in io_sendrecv_fail()
1437 ret, IORING_CQE_F_MORE)) in io_accept()
H A Dtimeout.c77 IORING_CQE_F_MORE); in io_timeout_complete()
H A Dpoll.c322 IORING_CQE_F_MORE)) { in io_poll_check_events()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h402 #define IORING_CQE_F_MORE (1U << 1) macro