Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dopdef.c752 if (opcode < IORING_OP_LAST) in io_uring_get_opcode()
759 if (opcode < IORING_OP_LAST && in io_uring_op_supported()
769 BUILD_BUG_ON(ARRAY_SIZE(io_cold_defs) != IORING_OP_LAST); in io_uring_optable_init()
770 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
H A Dregister.c35 IORING_REGISTER_LAST + IORING_OP_LAST)
44 if (nr_args > IORING_OP_LAST) in io_probe()
45 nr_args = IORING_OP_LAST; in io_probe()
59 p->last_op = IORING_OP_LAST - 1; in io_probe()
135 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()
H A Dio_uring.c2044 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()
2048 opcode = array_index_nospec(opcode, IORING_OP_LAST); in io_init_req()
/linux/tools/include/uapi/linux/
H A Dio_uring.h258 IORING_OP_LAST, enumerator
/linux/include/linux/
H A Dio_uring_types.h196 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/linux/include/uapi/linux/
H A Dio_uring.h283 IORING_OP_LAST, enumerator