Home
last modified time | relevance | path

Searched refs:io_fill_cqe_req_aux (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/io_uring/
H A Dio_uring.h54 bool io_fill_cqe_req_aux(struct io_kiocb *req, bool defer, s32 res, u32 cflags);
H A Dtimeout.c76 filled = io_fill_cqe_req_aux(req, ts->locked, -ETIME, in io_timeout_complete()
H A Dnet.c700 if (io_fill_cqe_req_aux(req, issue_flags & IO_URING_F_COMPLETE_DEFER, in io_recv_finish()
1436 if (io_fill_cqe_req_aux(req, issue_flags & IO_URING_F_COMPLETE_DEFER, in io_accept()
H A Dpoll.c321 if (!io_fill_cqe_req_aux(req, ts->locked, mask, in io_poll_check_events()
H A Dio_uring.c962 bool io_fill_cqe_req_aux(struct io_kiocb *req, bool defer, s32 res, u32 cflags) in io_fill_cqe_req_aux() function