Searched refs:bpf_jit_prog_release_other (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_core.c | 191 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_core.c | 205 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp.c | 248 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()
|
/linux-6.12.1/arch/arc/net/ |
D | bpf_jit_core.c | 220 bpf_jit_prog_release_other(ctx->prog, ctx->orig_prog); in jit_ctx_cleanup() 222 bpf_jit_prog_release_other(ctx->orig_prog, ctx->prog); in jit_ctx_cleanup()
|
/linux-6.12.1/arch/mips/net/ |
D | bpf_jit_comp.c | 1029 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
/linux-6.12.1/kernel/bpf/ |
D | core.c | 1457 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other) in bpf_jit_prog_release_other() function 1514 bpf_jit_prog_release_other(prog, clone); in bpf_jit_blind_constants()
|
/linux-6.12.1/arch/loongarch/net/ |
D | bpf_jit.c | 1335 bpf_jit_prog_release_other(prog, prog == orig_prog ? tmp : orig_prog); in bpf_int_jit_compile()
|
/linux-6.12.1/include/linux/ |
D | filter.h | 1260 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other);
|
/linux-6.12.1/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 1629 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp32.c | 2615 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
D | bpf_jit_comp.c | 3499 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
/linux-6.12.1/arch/arm/net/ |
D | bpf_jit_32.c | 2283 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
/linux-6.12.1/arch/s390/net/ |
D | bpf_jit_comp.c | 2360 bpf_jit_prog_release_other(fp, fp == orig_fp ? in bpf_int_jit_compile()
|
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 1949 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|