Home
last modified time | relevance | path

Searched refs:REQ_F_CQE32_INIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/io_uring/
Dio_uring.h133 (req->flags & REQ_F_CQE32_INIT) ? req->extra1 : 0, in __io_fill_cqe_req()
134 (req->flags & REQ_F_CQE32_INIT) ? req->extra2 : 0); in __io_fill_cqe_req()
141 if (req->flags & REQ_F_CQE32_INIT) { in __io_fill_cqe_req()
During_cmd.c38 req->flags |= REQ_F_CQE32_INIT; in io_req_set_cqe32_extra()
Dio_uring.c730 if (!(req->flags & REQ_F_CQE32_INIT)) { in io_req_cqe_overflow()
/Linux-v6.1/include/linux/
Dio_uring_types.h459 REQ_F_CQE32_INIT = BIT(REQ_F_CQE32_INIT_BIT), enumerator