Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h430 bool in_sleepable; member
/linux/kernel/bpf/
H A Dverifier.c1483 dst_state->in_sleepable = src->in_sleepable; in copy_verifier_state()
2548 elem->st.in_sleepable = is_sleepable; in push_async_cb()
5492 static bool in_sleepable(struct bpf_verifier_env *env) in in_sleepable() function
5495 (env->cur_state && env->cur_state->in_sleepable); in in_sleepable()
5505 !in_sleepable(env); in in_rcu_cs()
10684 if (!in_sleepable(env) && fn->might_sleep) { in check_helper_call()
10714 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
10725 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
12134 return in_sleepable(env); in check_css_task_iter_allowlist()
12690 if (sleepable && !in_sleepable(env)) { in check_kfunc_call()
[all …]