Searched refs:bpf_jit_prog_release_other (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/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.14.4/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.14.4/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.14.4/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.14.4/arch/powerpc/net/ |
D | bpf_jit_comp.c | 318 bpf_jit_prog_release_other(fp, fp == org_fp ? tmp_fp : org_fp); in bpf_int_jit_compile()
|
/linux-6.14.4/kernel/bpf/ |
D | core.c | 1462 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other) in bpf_jit_prog_release_other() function 1519 bpf_jit_prog_release_other(prog, clone); in bpf_jit_blind_constants()
|
/linux-6.14.4/include/linux/ |
D | filter.h | 1262 void bpf_jit_prog_release_other(struct bpf_prog *fp, struct bpf_prog *fp_other);
|
/linux-6.14.4/arch/loongarch/net/ |
D | bpf_jit.c | 1343 bpf_jit_prog_release_other(prog, prog == orig_prog ? tmp : orig_prog); in bpf_int_jit_compile()
|
/linux-6.14.4/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.14.4/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 | 3624 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|
/linux-6.14.4/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.14.4/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.14.4/arch/arm64/net/ |
D | bpf_jit_comp.c | 1949 bpf_jit_prog_release_other(prog, prog == orig_prog ? in bpf_int_jit_compile()
|