Searched refs:io_req_post_cqe (Results 1 – 6 of 6) sorted by relevance
| /linux/io_uring/ |
| H A D | io_uring.h | 179 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags);
|
| H A D | net.c | 537 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 D | timeout.c | 118 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
|
| H A D | poll.c | 305 if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) { in io_poll_check_events()
|
| H A D | rw.c | 1085 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
|
| H A D | io_uring.c | 853 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags) in io_req_post_cqe() function
|