Searched refs:io_fill_cqe_req_aux (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | io_uring.h | 54 bool io_fill_cqe_req_aux(struct io_kiocb *req, bool defer, s32 res, u32 cflags);
|
H A D | timeout.c | 76 filled = io_fill_cqe_req_aux(req, ts->locked, -ETIME, in io_timeout_complete()
|
H A D | net.c | 700 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 D | poll.c | 321 if (!io_fill_cqe_req_aux(req, ts->locked, mask, in io_poll_check_events()
|
H A D | io_uring.c | 962 bool io_fill_cqe_req_aux(struct io_kiocb *req, bool defer, s32 res, u32 cflags) in io_fill_cqe_req_aux() function
|