Home
last modified time | relevance | path

Searched defs:end_old (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dcore.c363 static int bpf_adj_delta_to_imm(struct bpf_insn *insn, u32 pos, s32 end_old, in bpf_adj_delta_to_imm() argument
381 static int bpf_adj_delta_to_off(struct bpf_insn *insn, u32 pos, s32 end_old, in bpf_adj_delta_to_off() argument
412 static int bpf_adj_branches(struct bpf_prog *prog, u32 pos, s32 end_old, in bpf_adj_branches() argument
[all...]
/linux/mm/
H A Dmremap.c870 unsigned long end_old = vrm->addr + vrm->old_len; in vrm_overlaps() local