Home
last modified time | relevance | path

Searched refs:excnt (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/net/
H A Dbpf_jit_comp.c50 int excnt; /* Number of exception table entries */ member
804 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries)) in bpf_jit_probe_post()
807 ex = &fp->aux->extable[jit->excnt]; in bpf_jit_probe_post()
827 jit->excnt++; in bpf_jit_probe_post()
2201 jit->excnt = 0; in bpf_jit_prog()
2239 jit->excnt != fp->aux->num_exentries)) in bpf_jit_prog()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c1664 int i, excnt = 0; in do_jit() local
2189 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
2193 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
2313 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
2317 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
2789 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()