Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dregister.c38 IORING_REGISTER_LAST + IORING_OP_LAST)
47 if (nr_args > IORING_OP_LAST) in io_probe()
48 nr_args = IORING_OP_LAST; in io_probe()
58 p->last_op = IORING_OP_LAST - 1; in io_probe()
134 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()
H A Dfdinfo.c110 if (opcode >= IORING_OP_LAST) in __io_uring_show_fdinfo()
112 opcode = array_index_nospec(opcode, IORING_OP_LAST); in __io_uring_show_fdinfo()
H A Dquery.c22 e->nr_request_opcodes = IORING_OP_LAST; in io_query_ops()
H A Dio_uring.c2142 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()
2146 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.h224 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
/linux/include/uapi/linux/
H A Dio_uring.h308 IORING_OP_LAST, enumerator