Home
last modified time | relevance | path

Searched refs:in_sleepable_context (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c218 static inline bool in_sleepable_context(struct bpf_verifier_env *env);
9881 if (env->subprog_info[subprog].might_sleep && !in_sleepable_context(env)) { in check_func_call()
10694 static inline bool in_sleepable_context(struct bpf_verifier_env *env) in in_sleepable_context() function
10803 if (fn->might_sleep && !in_sleepable_context(env)) { in check_helper_call()
10814 if (!in_sleepable_context(env)) in check_helper_call()
13743 if (!in_sleepable_context(env)) in check_kfunc_call()
13838 if (sleepable && !in_sleepable_context(env)) { in check_kfunc_call()