Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c12438 bool sleepable, rcu_lock, rcu_unlock, preempt_disable, preempt_enable; in check_kfunc_call() local
12505 rcu_lock = is_kfunc_bpf_rcu_read_lock(&meta); in check_kfunc_call()
12516 if (in_rbtree_lock_required_cb(env) && (rcu_lock || rcu_unlock)) { in check_kfunc_call()
12521 if (rcu_lock) { in check_kfunc_call()
12536 } else if (rcu_lock) { in check_kfunc_call()