Searched refs:res (Results 1 – 1 of 1) sorted by relevance
/io_uring/ |
D | io_uring.c | 1089 static void io_fill_cqe_req(struct io_kiocb *req, s32 res, u32 cflags); 1268 static inline void req_fail_link_node(struct io_kiocb *req, int res) in req_fail_link_node() argument 1271 req->result = res; in req_fail_link_node() 1784 s32 res, u32 cflags) in io_cqring_event_overflow() argument 1805 ocqe->cqe.res = res; in io_cqring_event_overflow() 1812 s32 res, u32 cflags) in __io_fill_cqe() argument 1816 trace_io_uring_complete(ctx, user_data, res, cflags); in __io_fill_cqe() 1826 WRITE_ONCE(cqe->res, res); in __io_fill_cqe() 1830 return io_cqring_event_overflow(ctx, user_data, res, cflags); in __io_fill_cqe() 1833 static noinline void io_fill_cqe_req(struct io_kiocb *req, s32 res, u32 cflags) in io_fill_cqe_req() argument [all …]
|