Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate.h327 int rcu_read_lock_bh_held(void);
342 static inline int rcu_read_lock_bh_held(void) in rcu_lock_release()
679 (c) || rcu_read_lock_bh_held(), __rcu)
361 static inline int rcu_read_lock_bh_held(void) rcu_read_lock_bh_held() function
H A Dskbuff.h1164 !rcu_read_lock_bh_held()); in skb_dst()
1235 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
H A Dbpf.h2531 (rcu_read_lock_held() || rcu_read_lock_trace_held() || rcu_read_lock_bh_held())
/linux/kernel/rcu/
H A Dupdate.c370 int notrace rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function
378 EXPORT_SYMBOL_GPL(rcu_read_lock_bh_held);
H A Drcutorture.c449 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
/linux/net/core/
H A Dnetclassid_cgroup.c25 rcu_read_lock_bh_held() || in task_cls_state()
H A Ddev.c2529 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in dev_nit_active_rcu()
8298 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in netdev_lower_get_next_private_rcu()
/linux/drivers/net/wireguard/
H A Dpeer.c73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
H A Dnoise.c144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
/linux/kernel/bpf/
H A Dlpm_trie.c249 for (node = rcu_dereference_check(trie->root, rcu_read_lock_bh_held()); in trie_lookup_elem()
283 rcu_read_lock_bh_held()); in trie_lookup_elem()
H A Dcpumap.c647 * rcu_read_lock_bh_held() below makes lockdep accept both. in __cpu_map_lookup_elem()
658 rcu_read_lock_bh_held()); in cpu_map_lookup_elem()
H A Dhelpers.c1178 callback_fn = rcu_dereference_check(t->cb.callback_fn, rcu_read_lock_bh_held()); in bpf_timer_cb()
/linux/net/xdp/
H A Dxskmap.c148 return rcu_dereference_check(m->xsk_map[key], rcu_read_lock_bh_held()); in __xsk_map_lookup_elem()
/linux/drivers/net/
H A Dveth.c974 peer_dev = rcu_dereference_check(priv->peer, rcu_read_lock_bh_held()); in veth_poll()
/linux/Documentation/RCU/
H A DwhatisRCU.rst1117 rcu_read_lock_bh_held
/linux/kernel/sched/
H A Dext.c6609 sch = rcu_dereference_check(scx_root, rcu_read_lock_bh_held()); in bpf_iter_scx_dsq_next()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2533 rcu_dereference_bh_check(), and rcu_read_lock_bh_held(). However, the