Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate.h324 int rcu_read_lock_bh_held(void);
339 static inline int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function
678 (c) || rcu_read_lock_bh_held(), __rcu)
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.h2664 (rcu_read_lock_held() || rcu_read_lock_trace_held() || rcu_read_lock_bh_held())
/linux/net/core/
H A Dnetclassid_cgroup.c25 rcu_read_lock_bh_held() || in task_cls_state()
H A Ddev.c2562 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in dev_nit_active_rcu()
8224 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held() && in netdev_upper_get_next_dev_rcu()
8424 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held());
/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/net/xdp/
H A Dxskmap.c139 * rcu_read_lock_bh_held() below makes lockdep accept both.
148 return rcu_dereference_check(m->xsk_map[key], rcu_read_lock_bh_held()); in __xsk_map_lookup_elem()
/linux/kernel/bpf/
H A Dcpumap.c664 rcu_read_lock_bh_held()); in __cpu_map_lookup_elem()
H A Dhelpers.c1193 callback_fn = rcu_dereference_check(t->cb.callback_fn, rcu_read_lock_bh_held()); in bpf_timer_cb()
/linux/drivers/net/
H A Dveth.c981 peer_dev = rcu_dereference_check(priv->peer, rcu_read_lock_bh_held()); in veth_poll()
/linux/kernel/rcu/
H A Drcutorture.c454 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2533 rcu_dereference_bh_check(), and rcu_read_lock_bh_held(). However, the