Lines Matching refs:extra_pass
284 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx, bool extra_pass)
596 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
779 static int build_body(struct jit_ctx *ctx, bool extra_pass)
791 ret = build_insn(insn, ctx, extra_pass);
845 bool extra_pass = false;
882 extra_pass = true;
897 if (build_body(&ctx, extra_pass)) {
925 if (build_body(&ctx, extra_pass)) {
946 if (!prog->is_func || extra_pass) {
947 if (extra_pass && ctx.idx != jit_data->ctx.idx) {
965 if (!prog->is_func || extra_pass) {