Lines Matching refs:extra_pass
762 bool extra_pass) in build_insn() argument
1118 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn()
1442 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() argument
1462 ret = build_insn(insn, ctx, extra_pass); in build_body()
1526 bool extra_pass = false; in bpf_int_jit_compile() local
1557 extra_pass = true; in bpf_int_jit_compile()
1583 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1619 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
1641 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1642 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile()
1661 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()