Home
last modified time | relevance | path

Searched defs:exception_exit (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
Dcontext_tracking.h66 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit() function
99 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit() function
/linux-6.15/kernel/bpf/
Dverifier.c11044 static int check_reference_leak(struct bpf_verifier_env *env, bool exception_exit) in check_reference_leak()
11071 static int check_resource_leak(struct bpf_verifier_env *env, bool exception_exit, bool check_lock, … in check_resource_leak()
19403 bool exception_exit = false; in do_check() local