Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcupdate.h349 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 Dnetfilter_netdev.h97 e = rcu_dereference_check(dev->nf_hooks_egress, rcu_read_lock_bh_held()); in nf_hook_egress()
H A Dbpf_local_storage.h23 rcu_read_lock_bh_held())
H A Dskbuff.h1118 !rcu_read_lock_bh_held()); in skb_dst()
1148 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
/openbmc/linux/kernel/rcu/
H A Dupdate.c369 int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function
377 EXPORT_SYMBOL_GPL(rcu_read_lock_bh_held);
H A Drcutorture.c400 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
/openbmc/linux/net/core/
H A Dnetclassid_cgroup.c24 rcu_read_lock_bh_held())); in task_cls_state()
H A Ddev.c7165 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in netdev_lower_get_next_private_rcu()
/openbmc/linux/Documentation/RCU/
H A Dlockdep.rst18 rcu_read_lock_bh_held() for RCU-bh.
46 rcu_read_lock_bh_held(). This is useful in code that
H A DwhatisRCU.rst1057 rcu_read_lock_bh_held
/openbmc/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()
/openbmc/linux/kernel/bpf/
H A Dlpm_trie.c239 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 Dhashtab.c682 !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 Ddevmap.c435 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 Dhelpers.c40 !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 Dcpumap.c609 rcu_read_lock_bh_held()); in __cpu_map_lookup_elem()
/openbmc/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()
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2408 rcu_dereference_bh_check(), and rcu_read_lock_bh_held(). However, the