Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dverifier.c11290 bool sleepable, rcu_lock, rcu_unlock; in check_kfunc_call() local
11323 rcu_lock = is_kfunc_bpf_rcu_read_lock(&meta); in check_kfunc_call()
11330 if (in_rbtree_lock_required_cb(env) && (rcu_lock || rcu_unlock)) { in check_kfunc_call()
11335 if (rcu_lock) { in check_kfunc_call()
11350 } else if (rcu_lock) { in check_kfunc_call()