/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter_netdev.h | 97 e = rcu_dereference_check(dev->nf_hooks_egress, rcu_read_lock_bh_held()); in nf_hook_egress()
|
H A D | rcupdate.h | 349 int rcu_read_lock_bh_held(void); 364 static inline int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function 640 (c) || rcu_read_lock_bh_held(), __rcu)
|
H A D | bpf_local_storage.h | 23 rcu_read_lock_bh_held())
|
H A D | skbuff.h | 1123 !rcu_read_lock_bh_held()); in skb_dst() 1153 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | rcupdate.h | 274 int rcu_read_lock_bh_held(void); 288 static inline int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function 541 __rcu_dereference_check((p), (c) || rcu_read_lock_bh_held(), __rcu)
|
H A D | skbuff.h | 971 !rcu_read_lock_bh_held()); in skb_dst() 1000 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | update.c | 314 * rcu_read_lock_bh_held() - might we be in RCU-bh read-side critical section? 328 int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function 336 EXPORT_SYMBOL_GPL(rcu_read_lock_bh_held); variable
|
H A D | rcutorture.c | 1394 rcu_read_lock_bh_held() || in rcu_torture_one_read()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | update.c | 355 * rcu_read_lock_bh_held() - might we be in RCU-bh read-side critical section? 369 int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function 377 EXPORT_SYMBOL_GPL(rcu_read_lock_bh_held); variable
|
H A D | rcutorture.c | 400 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | netclassid_cgroup.c | 24 rcu_read_lock_bh_held())); in task_cls_state()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | netclassid_cgroup.c | 24 rcu_read_lock_bh_held())); in task_cls_state()
|
H A D | dev.c | 7165 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in netdev_lower_get_next_private_rcu()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | lpm_trie.c | 239 for (node = rcu_dereference_check(trie->root, rcu_read_lock_bh_held()); in trie_lookup_elem() 273 rcu_read_lock_bh_held()); in trie_lookup_elem()
|
H A D | hashtab.c | 682 !rcu_read_lock_bh_held()); in __htab_map_lookup_elem() 1109 !rcu_read_lock_bh_held()); in htab_map_update_elem() 1212 !rcu_read_lock_bh_held()); in htab_lru_map_update_elem() 1281 !rcu_read_lock_bh_held()); in __htab_percpu_map_update_elem() 1336 !rcu_read_lock_bh_held()); in __htab_lru_percpu_map_update_elem() 1414 !rcu_read_lock_bh_held()); in htab_map_delete_elem() 1450 !rcu_read_lock_bh_held()); in htab_lru_map_delete_elem()
|
H A D | helpers.c | 40 !rcu_read_lock_bh_held()); in BPF_CALL_2() 57 !rcu_read_lock_bh_held()); in BPF_CALL_4() 75 !rcu_read_lock_bh_held()); in BPF_CALL_2() 131 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in BPF_CALL_3() 1128 callback_fn = rcu_dereference_check(t->callback_fn, rcu_read_lock_bh_held()); in bpf_timer_cb()
|
H A D | devmap.c | 262 * rcu_read_lock_bh_held() below makes lockdep accept both. 424 * rcu_read_lock_bh_held() below makes lockdep accept both. 435 rcu_read_lock_bh_held()); in __dev_map_lookup_elem() 611 rcu_read_lock_bh_held()); in dev_map_enqueue_multi() 729 rcu_read_lock_bh_held()); in dev_map_redirect_multi()
|
H A D | cpumap.c | 598 * rcu_read_lock_bh_held() below makes lockdep accept both. 609 rcu_read_lock_bh_held()); in __cpu_map_lookup_elem()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | peer.c | 74 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/net/xdp/ |
H A D | xskmap.c | 139 * 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()
|