Searched refs:nexentries (Results 1 – 3 of 3) sorted by relevance
145 ctx->nexentries = 0; in bpf_int_jit_compile()
753 if (WARN_ON_ONCE(ctx->nexentries >= ctx->prog->aux->num_exentries)) in add_exception_handler()759 ex = &ctx->prog->aux->extable[ctx->nexentries]; in add_exception_handler()803 ctx->nexentries++; in add_exception_handler()
79 int nexentries; member