Searched refs:nexentries (Results 1 – 3 of 3) sorted by relevance
161 ctx->nexentries = 0; in bpf_int_jit_compile()
596 if (WARN_ON_ONCE(ctx->nexentries >= ctx->prog->aux->num_exentries)) in add_exception_handler()605 ex = &ctx->prog->aux->extable[ctx->nexentries]; in add_exception_handler()647 ctx->nexentries++; in add_exception_handler()
76 int nexentries; member