Home
last modified time | relevance | path

Searched refs:jited (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/powerpc/net/
Dbpf_jit_comp.c673 fp->jited = 1; in bpf_jit_compile()
682 if (fp->jited) in bpf_jit_free()
/linux-4.4.14/kernel/bpf/
Dcore.c665 array->owner_jited = fp->jited; in bpf_prog_array_compatible()
671 array->owner_jited == fp->jited; in bpf_prog_array_compatible()
Dsyscall.c668 prog->jited = 0; in bpf_prog_load()
/linux-4.4.14/arch/sparc/net/
Dbpf_jit_comp.c802 fp->jited = 1; in bpf_jit_compile()
811 if (fp->jited) in bpf_jit_free()
/linux-4.4.14/arch/arm64/net/
Dbpf_jit_comp.c816 prog->jited = 1; in bpf_int_jit_compile()
826 if (!prog->jited) in bpf_jit_free()
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c1112 prog->jited = 1; in bpf_int_jit_compile()
1123 if (!fp->jited) in bpf_jit_free()
/linux-4.4.14/arch/s390/net/
Dbpf_jit_comp.c1313 fp->jited = 1; in bpf_int_jit_compile()
1327 if (!fp->jited) in bpf_jit_free()
/linux-4.4.14/include/linux/
Dfilter.h327 u16 jited:1, /* Is our filter JIT'ed? */ member
/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c1064 fp->jited = 1; in bpf_jit_compile()
1075 if (!fp->jited) in bpf_jit_free()
/linux-4.4.14/arch/mips/net/
Dbpf_jit.c1240 fp->jited = 1; in bpf_jit_compile()
1248 if (fp->jited) in bpf_jit_free()
/linux-4.4.14/net/core/
Dfilter.c1005 fp->jited = 0; in bpf_prepare_filter()
1032 if (!fp->jited) in bpf_prepare_filter()
/linux-4.4.14/lib/
Dtest_bpf.c5473 pr_cont("jited:%u ", fp->jited); in test_bpf()
5476 if (fp->jited) in test_bpf()