Searched refs:is_func (Results 1 – 7 of 7) sorted by relevance
630 if (ctx->prog->is_func) in build_insn()912 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()931 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1167 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1183 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
1526 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1538 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1004 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
488 is_func:1, /* program is a bpf function */ member
1366 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() argument1368 switch (is_func) { in get_pretty_name()
5526 func[i]->is_func = 1; in jit_subprogs()