Home
last modified time | relevance | path

Searched refs:rcu_read_lock_held (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v4.19/kernel/bpf/
Dhelpers.c33 WARN_ON_ONCE(!rcu_read_lock_held()); in BPF_CALL_2()
49 WARN_ON_ONCE(!rcu_read_lock_held()); in BPF_CALL_4()
66 WARN_ON_ONCE(!rcu_read_lock_held()); in BPF_CALL_2()
Dhashtab.c472 WARN_ON_ONCE(!rcu_read_lock_held()); in __htab_map_lookup_elem()
596 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_map_get_next_key()
826 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_map_update_elem()
882 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_lru_map_update_elem()
947 WARN_ON_ONCE(!rcu_read_lock_held()); in __htab_percpu_map_update_elem()
1000 WARN_ON_ONCE(!rcu_read_lock_held()); in __htab_lru_percpu_map_update_elem()
1073 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_map_delete_elem()
1105 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_lru_map_delete_elem()
Dsockmap.c2334 WARN_ON_ONCE(!rcu_read_lock_held()); in sock_hash_get_next_key()
2405 WARN_ON_ONCE(!rcu_read_lock_held()); in sock_hash_ctx_update_elem()
2590 WARN_ON_ONCE(!rcu_read_lock_held()); in BPF_CALL_4()
2615 WARN_ON_ONCE(!rcu_read_lock_held()); in BPF_CALL_4()
Dstackmap.c542 WARN_ON_ONCE(!rcu_read_lock_held()); in stack_map_get_next_key()
/Linux-v4.19/net/openvswitch/
Ddatapath.h185 WARN_ON_ONCE(!rcu_read_lock_held()); in ovs_vport_rcu()
191 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in ovs_vport_ovsl_rcu()
223 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in get_dp()
/Linux-v4.19/include/linux/
Drcupdate.h257 int rcu_read_lock_held(void);
266 static inline int rcu_read_lock_held(void) in rcu_read_lock_held() function
486 __rcu_dereference_check((p), (c) || rcu_read_lock_held(), __rcu)
Dfdtable.h95 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in fcheck_files()
Dblk-cgroup.h337 WARN_ON_ONCE(!rcu_read_lock_held()); in blkg_lookup()
Dmm.h1136 WARN_ON_ONCE(!rcu_read_lock_held()); in page_memcg_rcu()
1146 WARN_ON_ONCE(!rcu_read_lock_held()); in page_memcg_rcu()
Dskbuff.h896 !rcu_read_lock_held() && in skb_dst()
926 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
/Linux-v4.19/Documentation/RCU/
Dlockdep.txt13 rcu_read_lock_held() for normal RCU.
20 This prevents things like WARN_ON(!rcu_read_lock_held()) from giving false
36 rcu_read_lock_held(). This is useful in code that is
/Linux-v4.19/kernel/rcu/
Dupdate.c277 int rcu_read_lock_held(void) in rcu_read_lock_held() function
287 EXPORT_SYMBOL_GPL(rcu_read_lock_held);
Dsync.c44 __INIT_HELD(rcu_read_lock_held)
/Linux-v4.19/net/mac80211/
Dmesh_sync.c176 WARN_ON(!rcu_read_lock_held()); in mesh_sync_offset_adjust_tsf()
/Linux-v4.19/net/sunrpc/
Dxprtmultipath.c421 WARN_ON_ONCE(!rcu_read_lock_held()); in xprt_iter_xprt()
/Linux-v4.19/kernel/
Dpid.c343 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in find_task_by_pid_ns()
/Linux-v4.19/block/
Dblk-cgroup.c182 WARN_ON_ONCE(!rcu_read_lock_held()); in blkg_create()
280 WARN_ON_ONCE(!rcu_read_lock_held()); in blkg_lookup_create()
785 WARN_ON_ONCE(!rcu_read_lock_held()); in blkg_lookup_check()
/Linux-v4.19/include/net/
Ddst.h322 WARN_ON(!rcu_read_lock_held()); in skb_dst_force()
/Linux-v4.19/security/
Ddevice_cgroup.c395 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && in verify_new_ex()
/Linux-v4.19/fs/xfs/
Dxfs_icache.c739 ASSERT(rcu_read_lock_held()); in xfs_inode_ag_walk_grab()
1014 ASSERT(rcu_read_lock_held()); in xfs_reclaim_inode_grab()
/Linux-v4.19/net/bridge/
Dbr_fdb.c100 WARN_ON_ONCE(!rcu_read_lock_held()); in fdb_find_rcu()
/Linux-v4.19/kernel/sched/
Dsched.h1612 SCHED_WARN_ON(!rcu_read_lock_held()); in idle_get_state()
/Linux-v4.19/net/core/
Ddev.c885 WARN_ON_ONCE(!rcu_read_lock_held()); in dev_get_by_napi_id()
6489 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_upper_get_next_dev_rcu()
6507 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_next_upper_dev_rcu()
6589 WARN_ON_ONCE(!rcu_read_lock_held()); in netdev_lower_get_next_private_rcu()
/Linux-v4.19/net/wireless/
Dscan.c326 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in cfg80211_find_sched_scan_req()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c104 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && \
5755 WARN_ON_ONCE(!rcu_read_lock_held()); in css_from_id()

12