Searched refs:big_cqe (Results 1 – 7 of 7) sorted by relevance
218 memcpy(cqe->big_cqe, &req->big_cqe, sizeof(*cqe)); in io_fill_cqe_req() 219 memset(&req->big_cqe, 0, sizeof(req->big_cqe)); in io_fill_cqe_req()
729 struct io_big_cqe *big_cqe, gfp_t gfp) in io_alloc_ocqe() argument 744 if (is_cqe32 && big_cqe) { in io_alloc_ocqe() 745 ocqe->cqe.big_cqe[0] = big_cqe->extra1; in io_alloc_ocqe() 746 ocqe->cqe.big_cqe[1] = big_cqe->extra2; in io_alloc_ocqe() 749 if (big_cqe) in io_alloc_ocqe() 750 big_cqe->extra1 = big_cqe->extra2 = 0; in io_alloc_ocqe() 817 WRITE_ONCE(cqe->big_cqe[ in io_fill_cqe_aux() 833 io_cqe_overflow(struct io_ring_ctx * ctx,struct io_cqe * cqe,struct io_big_cqe * big_cqe) io_cqe_overflow() argument 845 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...]
146 req->big_cqe.extra1 = extra1; in io_req_set_cqe32_extra() 147 req->big_cqe.extra2 = extra2; in io_req_set_cqe32_extra()
343 __entry->extra1 = io_ctx_cqe32(ctx) ? cqe->big_cqe[0] : 0;344 __entry->extra2 = io_ctx_cqe32(ctx) ? cqe->big_cqe[1] : 0;
401 __u64 big_cqe[]; member
723 } big_cqe; member
470 __u64 big_cqe[]; member