Home
last modified time | relevance | path

Searched refs:tmp_fp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/net/
H A Dbpf_jit_comp.c68 struct bpf_prog *tmp_fp; in bpf_int_jit_compile() local
77 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
78 if (IS_ERR(tmp_fp)) in bpf_int_jit_compile()
81 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
83 fp = tmp_fp; in bpf_int_jit_compile()
224 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()
/kernel/linux/linux-5.10/arch/powerpc/net/
H A Dbpf_jit_comp64.c1165 struct bpf_prog *tmp_fp; in bpf_int_jit_compile() local
1172 tmp_fp = bpf_jit_blind_constants(org_fp); in bpf_int_jit_compile()
1173 if (IS_ERR(tmp_fp)) in bpf_int_jit_compile()
1176 if (tmp_fp != org_fp) { in bpf_int_jit_compile()
1178 fp = tmp_fp; in bpf_int_jit_compile()
1319 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()

Completed in 2 milliseconds