Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c11722 bool sleepable, rcu_lock, rcu_unlock; in check_kfunc_call() local
11770 rcu_lock = is_kfunc_bpf_rcu_read_lock(&meta); in check_kfunc_call()
11777 if (in_rbtree_lock_required_cb(env) && (rcu_lock || rcu_unlock)) { in check_kfunc_call()
11782 if (rcu_lock) { in check_kfunc_call()
11797 } else if (rcu_lock) { in check_kfunc_call()