Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h142 IORING_OP_LAST, enumerator
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c98 IORING_REGISTER_LAST + IORING_OP_LAST)
267 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
6989 if (unlikely(req->opcode >= IORING_OP_LAST)) in io_init_req()
10357 p->last_op = IORING_OP_LAST - 1; in io_probe()
10358 if (nr_args > IORING_OP_LAST) in io_probe()
10359 nr_args = IORING_OP_LAST; in io_probe()
10433 if (res[i].sqe_op >= IORING_OP_LAST) { in io_register_restrictions()
10961 BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST); in io_uring_init()