Lines Matching refs:end_new
340 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_imm() argument
343 s32 delta = end_new - end_old; in bpf_adj_delta_to_imm()
348 else if (curr >= end_new && curr + imm + 1 < end_new) in bpf_adj_delta_to_imm()
358 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_off() argument
361 s32 delta = end_new - end_old; in bpf_adj_delta_to_off()
366 else if (curr >= end_new && curr + off + 1 < end_new) in bpf_adj_delta_to_off()
376 s32 end_new, const bool probe_pass) in bpf_adj_branches() argument
378 u32 i, insn_cnt = prog->len + (probe_pass ? end_new - end_old : 0); in bpf_adj_branches()
390 i = end_new; in bpf_adj_branches()
395 end_new, i, probe_pass); in bpf_adj_branches()
410 end_new, i, probe_pass); in bpf_adj_branches()
413 end_new, i, probe_pass); in bpf_adj_branches()