Searched refs:res (Results 1 – 1 of 1) sorted by relevance
/io_uring/ |
D | io_uring.c | 1096 static void io_fill_cqe_req(struct io_kiocb *req, s32 res, u32 cflags); 1275 static inline void req_fail_link_node(struct io_kiocb *req, int res) in req_fail_link_node() argument 1278 req->result = res; in req_fail_link_node() 1791 s32 res, u32 cflags) in io_cqring_event_overflow() argument 1812 ocqe->cqe.res = res; in io_cqring_event_overflow() 1819 s32 res, u32 cflags) in __io_fill_cqe() argument 1823 trace_io_uring_complete(ctx, user_data, res, cflags); in __io_fill_cqe() 1833 WRITE_ONCE(cqe->res, res); in __io_fill_cqe() 1837 return io_cqring_event_overflow(ctx, user_data, res, cflags); in __io_fill_cqe() 1840 static noinline void io_fill_cqe_req(struct io_kiocb *req, s32 res, u32 cflags) in io_fill_cqe_req() argument [all …]
|