Lines Matching defs:exception_exit
9330 bool *do_print_state, bool exception_exit);
9930 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit)
9938 if (!exception_exit && cur_func(env)->frameno)
9947 if (type == BPF_PROG_TYPE_STRUCT_OPS && !exception_exit &&
9957 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, const char *prefix)
9966 err = check_reference_leak(env, exception_exit);
17064 bool exception_exit)
17074 int err = check_resource_leak(env, exception_exit,
17075 exception_exit || !env->cur_state->curframe,
17076 exception_exit ? "bpf_throw" :
17090 if (exception_exit)