Lines Matching refs:sleepable
5067 !env->prog->aux->sleepable; in in_rcu_cs()
9569 if (!env->prog->aux->sleepable && fn->might_sleep) { in check_helper_call()
9599 if (env->prog->aux->sleepable && is_storage_get_function(func_id)) in check_helper_call()
11290 bool sleepable, rcu_lock, rcu_unlock; in check_kfunc_call() local
11317 sleepable = is_kfunc_sleepable(&meta); in check_kfunc_call()
11318 if (sleepable && !env->prog->aux->sleepable) { in check_kfunc_call()
11346 } else if (sleepable) { in check_kfunc_call()
16998 if (prog->aux->sleepable) in check_map_prog_compatibility()
18591 if (!env->prog->aux->sleepable || in do_misc_fixups()
19467 if (prog->aux->sleepable) { in bpf_check_attach_target()
19578 if (prog->aux->sleepable) in check_attach_btf_id()
19585 if (prog->aux->sleepable && !can_be_sleepable(prog)) { in check_attach_btf_id()