Searched refs:nexentries (Results 1 – 3 of 3) sorted by relevance
144 ctx->nexentries = 0; in bpf_int_jit_compile()
569 if (WARN_ON_ONCE(ctx->nexentries >= ctx->prog->aux->num_exentries)) in add_exception_handler()578 ex = &ctx->prog->aux->extable[ctx->nexentries]; in add_exception_handler()602 ctx->nexentries++; in add_exception_handler()
75 int nexentries; member