Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c1010 static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta);
1034 if (is_kfunc_rcu_protected(meta)) { in mark_stack_slots_iter()
11513 static bool is_kfunc_rcu_protected(struct bpf_kfunc_call_arg_meta *meta) in is_kfunc_rcu_protected() function