Searched refs:IORING_OP_LAST (Results 1 – 2 of 2) sorted by relevance
145 IORING_OP_LAST, enumerator
100 IORING_REGISTER_LAST + IORING_OP_LAST)274 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);7128 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()10560 p->last_op = IORING_OP_LAST - 1; in io_probe()10561 if (nr_args > IORING_OP_LAST) in io_probe()10562 nr_args = IORING_OP_LAST; in io_probe()10636 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()11157 BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST); in io_uring_init()
Completed in 24 milliseconds