Searched refs:rcu_read_lock_bh_held (Results 1 – 17 of 17) sorted by relevance
278 int rcu_read_lock_bh_held(void);292 static inline int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function544 __rcu_dereference_check((p), (c) || rcu_read_lock_bh_held(), __rcu)
992 !rcu_read_lock_bh_held()); in skb_dst()1022 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
330 int rcu_read_lock_bh_held(void) in rcu_read_lock_bh_held() function338 EXPORT_SYMBOL_GPL(rcu_read_lock_bh_held);
360 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()
7576 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.44 rcu_read_lock_bh_held(). This is useful in code that
953 rcu_read_lock_bh_held
32 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in BPF_CALL_2()48 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in BPF_CALL_4()65 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in BPF_CALL_2()1063 callback_fn = rcu_dereference_check(t->callback_fn, rcu_read_lock_bh_held()); in bpf_timer_cb()
630 !rcu_read_lock_bh_held()); in __htab_map_lookup_elem()1035 !rcu_read_lock_bh_held()); in htab_map_update_elem()1137 !rcu_read_lock_bh_held()); in htab_lru_map_update_elem()1205 !rcu_read_lock_bh_held()); in __htab_percpu_map_update_elem()1260 !rcu_read_lock_bh_held()); in __htab_lru_percpu_map_update_elem()1335 !rcu_read_lock_bh_held()); in htab_map_delete_elem()1371 !rcu_read_lock_bh_held()); in htab_lru_map_delete_elem()
235 for (node = rcu_dereference_check(trie->root, rcu_read_lock_bh_held()); in trie_lookup_elem()269 rcu_read_lock_bh_held()); in trie_lookup_elem()
437 rcu_read_lock_bh_held()); in __dev_map_lookup_elem()613 rcu_read_lock_bh_held()); in dev_map_enqueue_multi()731 rcu_read_lock_bh_held()); in dev_map_redirect_multi()
639 rcu_read_lock_bh_held()); in __cpu_map_lookup_elem()
74 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()
138 return rcu_dereference_check(m->xsk_map[key], rcu_read_lock_bh_held()); in __xsk_map_lookup_elem()
2442 rcu_dereference_bh_check(), and rcu_read_lock_bh_held(). However, the
Completed in 72 milliseconds