Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_verifier.h446 bool in_sleepable; member
/linux-6.12.1/kernel/bpf/
Dverifier.c1435 dst_state->in_sleepable = src->in_sleepable; in copy_verifier_state()
2497 elem->st.in_sleepable = is_sleepable; in push_async_cb()
5414 static bool in_sleepable(struct bpf_verifier_env *env) in in_sleepable() function
5417 (env->cur_state && env->cur_state->in_sleepable); in in_sleepable()
5427 !in_sleepable(env); in in_rcu_cs()
10464 if (!in_sleepable(env) && fn->might_sleep) { in check_helper_call()
10494 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
10505 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
11914 return in_sleepable(env); in check_css_task_iter_allowlist()
12470 if (sleepable && !in_sleepable(env)) { in check_kfunc_call()
[all …]