Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dio_uring.h84 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags);
H A Dnet.c502 if (io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_send_finish()
860 io_req_post_cqe(req, *ret, cflags | IORING_CQE_F_MORE)) { in io_recv_finish()
1651 io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_accept()
H A Dtimeout.c75 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
H A Dpoll.c286 if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) { in io_poll_check_events()
H A Drw.c1067 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
H A Dio_uring.c847 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags) in io_req_post_cqe() function