Lines Matching refs:sleepable
8163 if (!env->prog->aux->sleepable && fn->might_sleep) { in check_helper_call()
8193 if (env->prog->aux->sleepable && is_storage_get_function(func_id)) in check_helper_call()
9782 bool sleepable, rcu_lock, rcu_unlock; in check_kfunc_call() local
9823 sleepable = is_kfunc_sleepable(&meta); in check_kfunc_call()
9824 if (sleepable && !env->prog->aux->sleepable) { in check_kfunc_call()
9851 } else if (sleepable) { in check_kfunc_call()
15064 if (prog->aux->sleepable) { in check_map_prog_compatibility()
15088 if (prog->aux->sleepable) in check_map_prog_compatibility()
16597 if (!env->prog->aux->sleepable || in do_misc_fixups()
17463 if (prog->aux->sleepable) { in bpf_check_attach_target()
17561 if (prog->aux->sleepable) in check_attach_btf_id()
17568 if (prog->aux->sleepable && !can_be_sleepable(prog)) { in check_attach_btf_id()