Searched refs:excnt (Results 1 – 1 of 1) sorted by relevance
1742 int i, excnt = 0; in do_jit() local2361 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()2365 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()2517 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()2521 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()2998 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()