Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/net/
Dbpf_jit_comp.c54 int excnt; /* Number of exception table entries */ member
796 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries)) in bpf_jit_probe_post()
799 ex = &fp->aux->extable[jit->excnt]; in bpf_jit_probe_post()
819 jit->excnt++; in bpf_jit_probe_post()
2166 jit->excnt = 0; in bpf_jit_prog()
2198 jit->excnt != fp->aux->num_exentries)) in bpf_jit_prog()
/linux-6.12.1/arch/x86/net/
Dbpf_jit_comp.c1425 int i, excnt = 0; in do_jit() local
1920 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
1924 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
2023 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
2027 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
2455 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()