Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/net/
Dbpf_jit_comp.c673 fp->jited = true; in bpf_jit_compile()
682 if (fp->jited) in bpf_jit_free()
/linux-4.1.27/arch/x86/net/
Dbpf_jit_comp.c1006 prog->jited = true; in bpf_int_jit_compile()
1017 if (!fp->jited) in bpf_jit_free()
/linux-4.1.27/arch/sparc/net/
Dbpf_jit_comp.c802 fp->jited = true; in bpf_jit_compile()
811 if (fp->jited) in bpf_jit_free()
/linux-4.1.27/arch/arm64/net/
Dbpf_jit_comp.c765 prog->jited = true; in bpf_int_jit_compile()
775 if (!prog->jited) in bpf_jit_free()
/linux-4.1.27/include/linux/
Dfilter.h310 bool jited; /* Is our filter JIT'ed? */ member
/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c1202 fp->jited = true; in bpf_int_jit_compile()
1216 if (!fp->jited) in bpf_jit_free()
/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c958 fp->jited = true; in bpf_jit_compile()
969 if (!fp->jited) in bpf_jit_free()
/linux-4.1.27/kernel/bpf/
Dsyscall.c516 prog->jited = false; in bpf_prog_load()
/linux-4.1.27/net/core/
Dfilter.c1001 fp->jited = false; in bpf_prepare_filter()
1017 if (!fp->jited) in bpf_prepare_filter()
/linux-4.1.27/arch/mips/net/
Dbpf_jit.c1364 fp->jited = true; in bpf_jit_compile()
1372 if (fp->jited) in bpf_jit_free()