Searched refs:cflags (Results 1 – 1 of 1) sorted by relevance
/io_uring/ |
D | io_uring.c | 698 u32 cflags; member 1089 static void io_fill_cqe_req(struct io_kiocb *req, s32 res, u32 cflags); 1784 s32 res, u32 cflags) in io_cqring_event_overflow() argument 1806 ocqe->cqe.flags = cflags; 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() 1827 WRITE_ONCE(cqe->flags, cflags); 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 1835 __io_fill_cqe(req->ctx, req->user_data, res, cflags); in io_fill_cqe_req() [all …]
|