Searched refs:out_offset (Results 1 – 3 of 3) sorted by relevance
242 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable254 #define jmp_offset (out_offset - (cur_offset)) in emit_bpf_tail_call()296 if (out_offset == -1) in emit_bpf_tail_call()297 out_offset = cur_offset; in emit_bpf_tail_call()298 if (cur_offset != out_offset) { in emit_bpf_tail_call()300 cur_offset, out_offset); in emit_bpf_tail_call()
1129 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable1142 #define jmp_offset (out_offset - (cur_offset) - 2) in emit_bpf_tail_call()1198 if (out_offset == -1) in emit_bpf_tail_call()1199 out_offset = cur_offset; in emit_bpf_tail_call()1200 if (cur_offset != out_offset) { in emit_bpf_tail_call()1202 cur_offset, out_offset); in emit_bpf_tail_call()
1588 goto out_offset; in bpf_int_jit_compile()1594 goto out_offset; in bpf_int_jit_compile()1607 goto out_offset; in bpf_int_jit_compile()1619 goto out_offset; in bpf_int_jit_compile()1633 out_offset: in bpf_int_jit_compile()