Searched refs:is_storage_get_function (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dverifier.c551 static bool is_storage_get_function(enum bpf_func_id func_id) function
10306 if (in_sleepable(env) && is_storage_get_function(func_id))
10317 if (in_sleepable(env) && is_storage_get_function(func_id))
20146 if (is_storage_get_function(insn->imm)) {

Completed in 414 milliseconds