Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dbpf_filter.c110 for (i = 0; i < IORING_OP_LAST; i++) { in io_free_bpf_filters()
159 filters->filters = kzalloc_objs(struct io_bpf_filter *, IORING_OP_LAST, in io_new_bpf_filters()
284 for (i = 0; i < IORING_OP_LAST; i++) { in io_bpf_filter_cow()
326 if (reg->filter.opcode >= IORING_OP_LAST) in io_bpf_filter_import()
338 def = &io_issue_defs[array_index_nospec(reg->filter.opcode, IORING_OP_LAST)]; in io_bpf_filter_import()
438 for (int i = 0; i < IORING_OP_LAST; i++) { in io_register_bpf_filter()
H A Dopdef.c856 if (opcode < IORING_OP_LAST) in io_uring_get_opcode()
863 if (opcode < IORING_OP_LAST && in io_uring_op_supported()
873 BUILD_BUG_ON(ARRAY_SIZE(io_cold_defs) != IORING_OP_LAST); in io_uring_optable_init()
874 BUILD_BUG_ON(ARRAY_SIZE(io_issue_defs) != IORING_OP_LAST); in io_uring_optable_init()
H A Dregister.c39 IORING_REGISTER_LAST + IORING_OP_LAST)
48 if (nr_args > IORING_OP_LAST) in io_probe()
49 nr_args = IORING_OP_LAST; in io_probe()
59 p->last_op = IORING_OP_LAST - 1; in io_probe()
140 if (res[i].sqe_op >= IORING_OP_LAST) in io_parse_restrictions()
H A Dquery.c23 e->nr_request_opcodes = IORING_OP_LAST; in io_query_ops()
H A Dcancel.c165 if (op >= IORING_OP_LAST) in io_async_cancel_prep()
H A Dio_uring.c1740 if (unlikely(req->opcode >= IORING_OP_LAST)) { in io_init_req()
1744 req->opcode = array_index_nospec(req->opcode, IORING_OP_LAST); in io_init_req()
/linux/tools/include/uapi/linux/
H A Dio_uring.h258 IORING_OP_LAST, enumerator
/linux/include/uapi/linux/
H A Dio_uring.h323 IORING_OP_LAST, enumerator