Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dio_uring.h73 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags);
Dnet.c513 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()
Dtimeout.c75 if (io_req_post_cqe(req, -ETIME, IORING_CQE_F_MORE)) { in io_timeout_complete()
Dpoll.c326 if (!io_req_post_cqe(req, mask, IORING_CQE_F_MORE)) { in io_poll_check_events()
Drw.c992 if (io_req_post_cqe(req, ret, cflags | IORING_CQE_F_MORE)) { in io_read_mshot()
Dio_uring.c878 bool io_req_post_cqe(struct io_kiocb *req, s32 res, u32 cflags) in io_req_post_cqe() function