Searched refs:IORING_OP_LAST (Results 1 – 7 of 7) sorted by relevance
110 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()
110 if (opcode >= IORING_OP_LAST) in __io_uring_show_fdinfo()112 opcode = array_index_nospec(opcode, IORING_OP_LAST); in __io_uring_show_fdinfo()
39 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()
1737 if (unlikely(opcode >= IORING_OP_LAST)) { in io_init_req()1741 opcode = array_index_nospec(opcode, IORING_OP_LAST); in io_init_req()
258 IORING_OP_LAST, enumerator
237 DECLARE_BITMAP(sqe_op, IORING_OP_LAST);
323 IORING_OP_LAST, enumerator