io_uring/io_uring.h
179
bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags);
io_uring/net.c
1698
io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) {
io_uring/net.c
533
if (io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) {
io_uring/net.c
905
io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) {
io_uring/poll.c
303
if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) {
io_uring/rw.c
1085
if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) {
io_uring/timeout.c
79
if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) {
io_uring/uring_cmd.c
399
if (io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE))