Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dopdef.c655 if (opcode < IORING_OP_LAST) in io_uring_get_opcode()
664 BUILD_BUG_ON(ARRAY_SIZE(io_cold_defs) != IORING_OP_LAST); in io_uring_optable_init()
665 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
Dio_uring.c105 IORING_REGISTER_LAST + IORING_OP_LAST)
2161 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()
4136 p->last_op = IORING_OP_LAST - 1; in io_probe()
4137 if (nr_args > IORING_OP_LAST) in io_probe()
4138 nr_args = IORING_OP_LAST; in io_probe()
4212 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
/Linux-v6.6/include/linux/
Dio_uring_types.h156 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/Linux-v6.6/include/uapi/linux/
Dio_uring.h245 IORING_OP_LAST, enumerator