Home
last modified time | relevance | path

Searched refs:excnt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/net/
H A Dbpf_jit_comp.c52 int excnt; /* Number of exception table entries */ member
661 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries)) in bpf_jit_probe_mem()
664 ex = &fp->aux->extable[jit->excnt]; in bpf_jit_probe_mem()
682 jit->excnt++; in bpf_jit_probe_mem()
1660 jit->excnt = 0; in bpf_jit_prog()
1687 jit->excnt != fp->aux->num_exentries)) in bpf_jit_prog()
/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c53 int excnt; /* Number of exception table entries */ member
714 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries)) in bpf_jit_probe_mem()
717 ex = &fp->aux->extable[jit->excnt]; in bpf_jit_probe_mem()
736 jit->excnt++; in bpf_jit_probe_mem()
1822 jit->excnt = 0; in bpf_jit_prog()
1849 jit->excnt != fp->aux->num_exentries)) in bpf_jit_prog()
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c796 int i, cnt = 0, excnt = 0; in do_jit() local
1197 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
1201 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
1503 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c1035 int i, excnt = 0; in do_jit() local
1531 if (excnt >= bpf_prog->aux->num_exentries) { in do_jit()
1535 ex = &bpf_prog->aux->extable[excnt++]; in do_jit()
1948 if (image && excnt != bpf_prog->aux->num_exentries) { in do_jit()

Completed in 13 milliseconds