Home
last modified time | relevance | path

Searched refs:io_req_post_cqe (Results 1 – 6 of 6) sorted by relevance

/linux/io_uring/
H A Dio_uring.h179 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags);
H A Dnet.c537 if (io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) { in io_send_finish()
909 io_req_post_cqe(req, sel->val, cflags | IORING_CQE_F_MORE)) { in io_recv_finish()
1656 io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_accept()
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 Dio_uring.c853 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags) in io_req_post_cqe() function