Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c552 static bool is_storage_get_function(enum bpf_func_id func_id) in is_storage_get_function() function
11295 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
11306 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
11317 if (in_sleepable(env) && is_storage_get_function(func_id)) in check_helper_call()
22018 if (is_storage_get_function(insn->imm)) { in do_misc_fixups()