Searched refs:nexentries (Results 1 – 3 of 3) sorted by relevance
163 ctx->nexentries = 0; in bpf_int_jit_compile()
783 if (WARN_ON_ONCE(ctx->nexentries >= ctx->prog->aux->num_exentries)) in add_exception_handler()789 ex = &ctx->prog->aux->extable[ctx->nexentries]; in add_exception_handler()833 ctx->nexentries++; in add_exception_handler()
80 int nexentries; member