Searched refs:io_req_post_cqe (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/io_uring/ |
D | io_uring.h | 73 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags);
|
D | net.c | 513 if (io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_send_finish() 859 io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_recv_finish() 1606 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_accept()
|
D | timeout.c | 75 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
|
D | poll.c | 326 if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) { in io_poll_check_events()
|
D | rw.c | 992 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
|
D | io_uring.c | 878 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags) in io_req_post_cqe() function
|