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.h321 static inline u32 ctx_cqe32_flags(struct io_ring_ctx *ctx) in ctx_cqe32_flags() function
332 req->cqe.flags = cflags | ctx_cqe32_flags(req->ctx); in io_req_set_res32()
H A Dcmd_net.c78 cqe->flags = IORING_CQE_F_MORE | ctx_cqe32_flags(cmd_to_io_kiocb(cmd)->ctx); in io_process_timestamp_skb()