Home
last modified time | relevance | path

Searched refs:ctx_cqe32_flags (Results 1 – 2 of 2) sorted by relevance

/linux/io_uring/
H A Dio_uring.h334 static inline u32 ctx_cqe32_flags(struct io_ring_ctx *ctx) in ctx_cqe32_flags()
345 req->cqe.flags = cflags | ctx_cqe32_flags(req->ctx); in io_req_set_res32()
333 static inline u32 ctx_cqe32_flags(struct io_ring_ctx *ctx) ctx_cqe32_flags() function
H A Dcmd_net.c93 cqe->flags = IORING_CQE_F_MORE | ctx_cqe32_flags(cmd_to_io_kiocb(cmd)->ctx); in io_uring_cmd_timestamp()