Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c1756 dst_state->in_sleepable = src->in_sleepable; in copy_verifier_state()
2935 elem->st.in_sleepable = is_sleepable; in push_async_cb()
5911 static bool in_sleepable(struct bpf_verifier_env *env) in in_sleepable() function
5914 (env->cur_state && env->cur_state->in_sleepable); in in_sleepable()
5924 !in_sleepable(env); in in_rcu_cs()
10679 env->cur_state->active_irq_id || !in_sleepable(env))) { in check_func_call()
11399 if (!in_sleepable(env) && fn->might_sleep) { in check_helper_call()
11427 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
11438 if (in_sleepable(en in check_helper_call()
[all...]