Searched refs:rcu_read_lock_bh_held (Results 1 – 18 of 18) sorted by relevance
352 int rcu_read_lock_bh_held(void);367 static inline int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function703 (c) || rcu_read_lock_bh_held(), __rcu)
97 e = rcu_dereference_check(dev->nf_hooks_egress, rcu_read_lock_bh_held()); in nf_hook_egress()
1146 !rcu_read_lock_bh_held()); in skb_dst()1176 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
370 int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function378 EXPORT_SYMBOL_GPL(rcu_read_lock_bh_held);
412 return rcu_read_lock_bh_held() || rcu_read_lock_sched_held(); in torture_readlock_not_held()
24 rcu_read_lock_bh_held())); in task_cls_state()
7478 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in netdev_lower_get_next_private_rcu()
18 rcu_read_lock_bh_held() for RCU-bh.46 rcu_read_lock_bh_held(). This is useful in code that
1076 rcu_read_lock_bh_held
73 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_peer_get_maybe_zero()
144 RCU_LOCKDEP_WARN(!rcu_read_lock_bh_held(), in wg_noise_keypair_get()
248 for (node = rcu_dereference_check(trie->root, rcu_read_lock_bh_held()); in trie_lookup_elem() 282 rcu_read_lock_bh_held()); in trie_lookup_elem()
689 !rcu_read_lock_bh_held()); in __htab_map_lookup_elem()1120 !rcu_read_lock_bh_held()); in htab_map_update_elem()1238 !rcu_read_lock_bh_held()); in htab_lru_map_update_elem()1307 !rcu_read_lock_bh_held()); in __htab_percpu_map_update_elem()1362 !rcu_read_lock_bh_held()); in __htab_lru_percpu_map_update_elem()1440 !rcu_read_lock_bh_held()); in htab_map_delete_elem()1476 !rcu_read_lock_bh_held()); in htab_lru_map_delete_elem()
273 * rcu_read_lock_bh_held() below makes lockdep accept both.437 * rcu_read_lock_bh_held() below makes lockdep accept both.448 rcu_read_lock_bh_held()); in __dev_map_lookup_elem() 625 rcu_read_lock_bh_held()); in dev_map_enqueue_multi() 743 rcu_read_lock_bh_held()); in dev_map_redirect_multi()
41 !rcu_read_lock_bh_held()); in BPF_CALL_2()58 !rcu_read_lock_bh_held()); in BPF_CALL_4()76 !rcu_read_lock_bh_held()); in BPF_CALL_2()132 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in BPF_CALL_3()1154 callback_fn = rcu_dereference_check(t->cb.callback_fn, rcu_read_lock_bh_held()); in bpf_timer_cb()
614 rcu_read_lock_bh_held()); in __cpu_map_lookup_elem()
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()
2409 rcu_dereference_bh_check(), and rcu_read_lock_bh_held(). However, the