Searched refs:excnt (Results 1 – 1 of 1) sorted by relevance
1660 int i, excnt = 0; in do_jit() local2185 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()2189 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()2309 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()2313 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()2785 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()