Home
last modified time | relevance | path

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

/linux-3.4.99/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.
/linux-3.4.99/include/linux/
Drcupdate.h312 static inline int rcu_read_lock_held(void) in rcu_read_lock_held() function
387 static inline int rcu_read_lock_held(void) in rcu_read_lock_held() function
576 __rcu_dereference_check((p), rcu_read_lock_held() || (c), __rcu)
Dskbuff.h523 !rcu_read_lock_held() && in skb_dst()
/linux-3.4.99/include/net/
Dcls_cgroup.h55 rcu_read_lock_held()); in task_cls_classid()
Dnetprio_cgroup.h65 rcu_read_lock_held()); in task_netprioidx()
Ddst.h313 WARN_ON(!rcu_read_lock_held()); in skb_dst_force()
/linux-3.4.99/fs/xfs/
Dxfs_sync.c59 ASSERT(rcu_read_lock_held()); in xfs_inode_ag_walk_grab()
667 ASSERT(rcu_read_lock_held()); in xfs_reclaim_inode_grab()
/linux-3.4.99/net/core/
Ddst.c330 WARN_ON(!rcu_read_lock_held() && !rcu_read_lock_bh_held()); in skb_dst_set_noref()
/linux-3.4.99/kernel/
Dpid.c423 rcu_lockdep_assert(rcu_read_lock_held(), in find_task_by_pid_ns()
Dcgroup.c5020 WARN_ON_ONCE(!rcu_read_lock_held()); in css_get_next()
/linux-3.4.99/net/mac80211/
Dmesh_pathtbl.c825 WARN_ON(!rcu_read_lock_held()); in table_flush_by_iface()
/linux-3.4.99/net/ipv4/
Dfib_trie.c200 parent = rcu_dereference_index_check(node->parent, rcu_read_lock_held() || in node_parent_rcu()
/linux-3.4.99/mm/
Dmemcontrol.c1346 VM_BUG_ON(!rcu_read_lock_held()); in mem_cgroup_stolen()