Searched refs:big_cqe (Results 1 – 6 of 6) sorted by relevance
312 memcpy(cqe->big_cqe, &req->big_cqe, sizeof(*cqe)); in io_fill_cqe_req()313 memset(&req->big_cqe, 0, sizeof(req->big_cqe)); in io_fill_cqe_req()348 req->big_cqe.extra1 = extra1; in io_req_set_res32()349 req->big_cqe.extra2 = extra2; in io_req_set_res32()
654 struct io_big_cqe *big_cqe, gfp_t gfp) in io_alloc_ocqe() argument 671 if (is_cqe32 && big_cqe) { in io_alloc_ocqe() 672 ocqe->cqe.big_cqe[0] = big_cqe->extra1; in io_alloc_ocqe() 673 ocqe->cqe.big_cqe[1] = big_cqe->extra2; in io_alloc_ocqe() 676 if (big_cqe) in io_alloc_ocqe() 677 big_cqe->extra1 = big_cqe->extra2 = 0; in io_alloc_ocqe() 785 WRITE_ONCE(cqe->big_cqe[ in io_fill_cqe_aux() 801 io_cqe_overflow(struct io_ring_ctx * ctx,struct io_cqe * cqe,struct io_big_cqe * big_cqe) io_cqe_overflow() argument 813 io_cqe_overflow_locked(struct io_ring_ctx * ctx,struct io_cqe * cqe,struct io_big_cqe * big_cqe) io_cqe_overflow_locked() argument [all...]
144 req->big_cqe.extra1 = extra1; in io_req_set_cqe32_extra()145 req->big_cqe.extra2 = extra2; in io_req_set_cqe32_extra()
343 …__entry->extra1 = ctx->flags & IORING_SETUP_CQE32 || cqe->flags & IORING_CQE_F_32 ? cqe->big_cqe[…344 …__entry->extra2 = ctx->flags & IORING_SETUP_CQE32 || cqe->flags & IORING_CQE_F_32 ? cqe->big_cqe[…
401 __u64 big_cqe[]; member
509 __u64 big_cqe[]; member