Searched refs:is_func (Results 1 – 10 of 10) sorted by relevance
163 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
290 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1133 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1153 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1838 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()1849 if (!fp->is_func || extra_pass) { in bpf_int_jit_compile()
1604 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1616 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1225 static inline void get_pretty_name(int is_func, const char** name, const char** name_p) in get_pretty_name() argument1227 switch (is_func) { in get_pretty_name()
2484 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()2514 if (!image || !prog->is_func || extra_pass) { in bpf_int_jit_compile()
1576 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()1596 if (!prog->is_func || extra_pass) { in bpf_int_jit_compile()
1224 is_func:1, /* program is a bpf function */ member
13702 func[i]->is_func = 1; in jit_subprogs()