Searched refs:rcu_read_lock_bh_held (Results 1 – 17 of 17) sorted by relevance
| /linux/include/linux/ |
| H A D | rcupdate.h | 327 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 D | skbuff.h | 1164 !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 D | bpf.h | 2531 (rcu_read_lock_held() || rcu_read_lock_trace_held() || rcu_read_lock_bh_held())
|
| /linux/kernel/rcu/ |
| H A D | update.c | 370 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 D | rcutorture.c | 449 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
|
| /linux/net/core/ |
| H A D | netclassid_cgroup.c | 25 rcu_read_lock_bh_held() || in task_cls_state()
|
| H A D | dev.c | 2529 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 D | peer.c | 73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
|
| H A D | noise.c | 144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
|
| /linux/kernel/bpf/ |
| H A D | lpm_trie.c | 249 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 D | cpumap.c | 647 * 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 D | helpers.c | 1178 callback_fn = rcu_dereference_check(t->cb.callback_fn, rcu_read_lock_bh_held()); in bpf_timer_cb()
|
| /linux/net/xdp/ |
| H A D | xskmap.c | 148 return rcu_dereference_check(m->xsk_map[key], rcu_read_lock_bh_held()); in __xsk_map_lookup_elem()
|
| /linux/drivers/net/ |
| H A D | veth.c | 974 peer_dev = rcu_dereference_check(priv->peer, rcu_read_lock_bh_held()); in veth_poll()
|
| /linux/Documentation/RCU/ |
| H A D | whatisRCU.rst | 1117 rcu_read_lock_bh_held
|
| /linux/kernel/sched/ |
| H A D | ext.c | 6609 sch = rcu_dereference_check(scx_root, rcu_read_lock_bh_held()); in bpf_iter_scx_dsq_next()
|
| /linux/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 2533 rcu_dereference_bh_check(), and rcu_read_lock_bh_held(). However, the
|