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

/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c53 int excnt; /* Number of exception table entries */ member in struct:bpf_jit
717 if (WARN_ON_ONCE(jit->excnt >= fp->aux->num_exentries))
720 ex = &fp->aux->extable[jit->excnt];
739 jit->excnt++;
1961 jit->excnt = 0;
1988 jit->excnt != fp->aux->num_exentries))
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c1280 int i, excnt = 0; local
1770 if (excnt >= bpf_prog->aux->num_exentries) {
1774 ex = &bpf_prog->aux->extable[excnt++];
1873 if (excnt >= bpf_prog->aux->num_exentries) {
1877 ex = &bpf_prog->aux->extable[excnt++];
2296 if (image && excnt != bpf_prog->aux->num_exentries) {

Completed in 196 milliseconds