Lines Matching refs:extra_pass
449 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx, bool extra_pass)
838 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass,
1036 static int build_body(struct jit_ctx *ctx, bool extra_pass)
1048 ret = build_insn(insn, ctx, extra_pass);
1095 bool tmp_blinded = false, extra_pass = false;
1137 extra_pass = true;
1153 if (build_body(&ctx, extra_pass)) {
1187 if (build_body(&ctx, extra_pass)) {
1208 if (!prog->is_func || extra_pass) {
1209 if (extra_pass && ctx.idx != jit_data->ctx.idx) {
1228 if (!prog->is_func || extra_pass) {