Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dhelpers.c36 WARN_ON_ONCE(!rcu_read_lock_held()); in bpf_map_lookup_elem()
60 WARN_ON_ONCE(!rcu_read_lock_held()); in bpf_map_update_elem()
80 WARN_ON_ONCE(!rcu_read_lock_held()); in bpf_map_delete_elem()
Dhashtab.c129 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_map_lookup_elem()
154 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_map_get_next_key()
218 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_map_update_elem()
288 WARN_ON_ONCE(!rcu_read_lock_held()); in htab_map_delete_elem()
/linux-4.1.27/net/openvswitch/
Ddatapath.h164 WARN_ON_ONCE(!rcu_read_lock_held()); in ovs_vport_rcu()
170 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in ovs_vport_ovsl_rcu()
Ddatapath.c167 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in get_dp()
/linux-4.1.27/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
52 must supply one of the rcu_read_lock_held() functions.
DwhatisRCU.txt841 rcu_read_lock_held call_rcu
/linux-4.1.27/include/linux/
Drcupdate.h465 int rcu_read_lock_held(void);
526 static inline int rcu_read_lock_held(void) in rcu_read_lock_held() function
755 __rcu_dereference_check((p), (c) || rcu_read_lock_held(), __rcu)
Dfdtable.h86 rcu_lockdep_assert(rcu_read_lock_held() || in fcheck_files()
Dskbuff.h717 !rcu_read_lock_held() && in skb_dst()
747 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
/linux-4.1.27/kernel/rcu/
Dupdate.c218 int rcu_read_lock_held(void) in rcu_read_lock_held() function
228 EXPORT_SYMBOL_GPL(rcu_read_lock_held);
/linux-4.1.27/net/mac80211/
Dmesh_sync.c174 WARN_ON(!rcu_read_lock_held()); in mesh_sync_offset_adjust_tbtt()
Dmesh_pathtbl.c845 WARN_ON(!rcu_read_lock_held()); in table_flush_by_iface()
/linux-4.1.27/block/
Dblk-cgroup.c165 WARN_ON_ONCE(!rcu_read_lock_held()); in blkg_lookup()
184 WARN_ON_ONCE(!rcu_read_lock_held()); in blkg_create()
276 WARN_ON_ONCE(!rcu_read_lock_held()); in blkg_lookup_create()
/linux-4.1.27/include/net/
Ddst.h309 WARN_ON(!rcu_read_lock_held()); in skb_dst_force()
/linux-4.1.27/fs/xfs/
Dxfs_icache.c472 ASSERT(rcu_read_lock_held()); in xfs_inode_ag_walk_grab()
816 ASSERT(rcu_read_lock_held()); in xfs_reclaim_inode_grab()
/linux-4.1.27/drivers/base/power/
Dopp.c113 rcu_lockdep_assert(rcu_read_lock_held() || \
/linux-4.1.27/kernel/
Dpid.c454 rcu_lockdep_assert(rcu_read_lock_held(), in find_task_by_pid_ns()
Dcgroup.c107 rcu_lockdep_assert(rcu_read_lock_held() || \
5466 WARN_ON_ONCE(!rcu_read_lock_held()); in css_from_id()
/linux-4.1.27/security/
Ddevice_cgroup.c403 rcu_lockdep_assert(rcu_read_lock_held() || in verify_new_ex()
/linux-4.1.27/kernel/sched/
Dsched.h1266 WARN_ON(!rcu_read_lock_held()); in idle_get_state()
/linux-4.1.27/net/core/
Ddev.c4833 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_upper_get_next_dev_rcu()
4859 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_rtnl_is_held()); in netdev_all_upper_get_next_dev_rcu()
4914 WARN_ON_ONCE(!rcu_read_lock_held()); in netdev_lower_get_next_private_rcu()
/linux-4.1.27/mm/
Dmemcontrol.c2044 VM_BUG_ON(!rcu_read_lock_held()); in mem_cgroup_update_page_stat()