Home
last modified time | relevance | path

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

/Linux-v6.1/io_uring/
Dopdef.c530 if (opcode < IORING_OP_LAST) in io_uring_get_opcode()
539 BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST); in io_uring_optable_init()
Dio_uring.c103 IORING_REGISTER_LAST + IORING_OP_LAST)
2011 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()
3631 p->last_op = IORING_OP_LAST - 1; in io_probe()
3632 if (nr_args > IORING_OP_LAST) in io_probe()
3633 nr_args = IORING_OP_LAST; in io_probe()
3707 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
/Linux-v6.1/include/uapi/linux/
Dio_uring.h220 IORING_OP_LAST, enumerator
/Linux-v6.1/include/linux/
Dio_uring_types.h156 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);