Searched refs:excnt (Results 1 – 1 of 1) sorted by relevance
1664 int i, excnt = 0; in do_jit() local2194 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()2198 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()2318 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()2322 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()2791 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()