Lines Matching refs:extra_pass
343 bool extra_pass) in build_insn() argument
642 ret = bpf_jit_get_func_addr(ctx->prog, insn, extra_pass, in build_insn()
778 static int build_body(struct jit_ctx *ctx, bool extra_pass) in build_body() argument
787 ret = build_insn(insn, ctx, extra_pass); in build_body()
835 bool extra_pass = false; in bpf_int_jit_compile() local
867 extra_pass = true; in bpf_int_jit_compile()
883 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
913 if (build_body(&ctx, extra_pass)) { in bpf_int_jit_compile()
934 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
935 if (extra_pass && ctx.idx != jit_data->ctx.idx) { in bpf_int_jit_compile()
953 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()