Searched refs:register_op (Results 1 – 5 of 5) sorted by relevance
313 ## rknn.register_op316 register_op(op_path)
314 ## rknn.register_op317 register_op(op_path)
383 __u8 register_op; /* IORING_RESTRICTION_REGISTER_OP */ member
266 DECLARE_BITMAP(register_op, IORING_REGISTER_LAST);10424 if (res[i].register_op >= IORING_REGISTER_LAST) { in io_register_restrictions()10429 __set_bit(res[i].register_op, in io_register_restrictions()10430 ctx->restrictions.register_op); in io_register_restrictions()10757 if (!test_bit(opcode, ctx->restrictions.register_op)) in __io_uring_register()