Searched refs:num_funcs (Results 1 – 2 of 2) sorted by relevance
/arch/ia64/scripts/ |
D | unwcheck.py | 35 num_funcs = 0 variable 50 num_funcs += 1 58 print("No errors detected in %u functions." % num_funcs) 64 print("%u %s detected in %u functions." % (num_errors, err, num_funcs))
|
/arch/x86/net/ |
D | bpf_jit_comp.c | 2231 int arch_prepare_bpf_dispatcher(void *image, s64 *funcs, int num_funcs) in arch_prepare_bpf_dispatcher() argument 2235 sort(funcs, num_funcs, sizeof(funcs[0]), cmp_ips, NULL); in arch_prepare_bpf_dispatcher() 2236 return emit_bpf_dispatcher(&prog, 0, num_funcs - 1, funcs); in arch_prepare_bpf_dispatcher()
|