Searched refs:IORING_OP_LAST (Results 1 – 2 of 2) sorted by relevance
145 IORING_OP_LAST, enumerator
98 IORING_REGISTER_LAST + IORING_OP_LAST)267 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);7067 if (unlikely(req->opcode >= IORING_OP_LAST)) in io_init_req()10416 p->last_op = IORING_OP_LAST - 1; in io_probe()10417 if (nr_args > IORING_OP_LAST) in io_probe()10418 nr_args = IORING_OP_LAST; in io_probe()10492 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()11006 BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST); in io_uring_init()