Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dopdef.c822 if (opcode < IORING_OP_LAST) in io_uring_get_opcode()
829 if (opcode < IORING_OP_LAST && in io_uring_op_supported()
839 BUILD_BUG_ON(ARRAY_SIZE(io_cold_defs) != IORING_OP_LAST); in io_uring_optable_init()
840 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
H A Dregister.c36 IORING_REGISTER_LAST + IORING_OP_LAST)
45 if (nr_args > IORING_OP_LAST) in io_probe()
46 nr_args = IORING_OP_LAST; in io_probe()
60 p->last_op = IORING_OP_LAST - 1; in io_probe()
136 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()
H A Dio_uring.c2060 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()
2064 opcode = array_index_nospec(opcode, IORING_OP_LAST); in io_init_req()
/linux-6.15/tools/include/uapi/linux/
H A Dio_uring.h258 IORING_OP_LAST, enumerator
/linux-6.15/include/linux/
H A Dio_uring_types.h206 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/linux-6.15/include/uapi/linux/
H A Dio_uring.h288 IORING_OP_LAST, enumerator