Home
last modified time | relevance | path

Searched refs:IORING_OP_LAST (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/io_uring/
H A 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()
H A Dio_uring.c104 IORING_REGISTER_LAST + IORING_OP_LAST)
2138 if (unlikely(opcode >= IORING_OP_LAST)) {
4099 p->last_op = IORING_OP_LAST - 1; in io_probe()
4100 if (nr_args > IORING_OP_LAST) in io_probe()
4101 nr_args = IORING_OP_LAST; in io_probe()
4175 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h121 IORING_OP_LAST, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h121 IORING_OP_LAST, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h142 IORING_OP_LAST, enumerator
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h156 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h245 IORING_OP_LAST, enumerator
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c98 IORING_REGISTER_LAST + IORING_OP_LAST)
267 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
7183 if (unlikely(req->opcode >= IORING_OP_LAST))
10546 p->last_op = IORING_OP_LAST - 1; in io_probe()
10547 if (nr_args > IORING_OP_LAST) in io_probe()
10548 nr_args = IORING_OP_LAST; in io_probe()
10622 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
11151 BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST); in io_uring_init()

Completed in 24 milliseconds