Searched refs:end_new (Results 1 – 1 of 1) sorted by relevance
348 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_imm() argument351 s32 delta = end_new - end_old; in bpf_adj_delta_to_imm()356 else if (curr >= end_new && curr + imm + 1 < end_new) in bpf_adj_delta_to_imm()366 s32 end_new, s32 curr, const bool probe_pass) in bpf_adj_delta_to_off() argument369 s32 delta = end_new - end_old; in bpf_adj_delta_to_off()374 else if (curr >= end_new && curr + off + 1 < end_new) in bpf_adj_delta_to_off()384 s32 end_new, const bool probe_pass) in bpf_adj_branches() argument386 u32 i, insn_cnt = prog->len + (probe_pass ? end_new - end_old : 0); in bpf_adj_branches()398 i = end_new; in bpf_adj_branches()403 end_new, i, probe_pass); in bpf_adj_branches()[all …]