Home
last modified time | relevance | path

Searched refs:lockdep_ovsl_is_held (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/openvswitch/
Ddatapath.h139 int lockdep_ovsl_is_held(void);
141 #define lockdep_ovsl_is_held() 1 macro
144 #define ASSERT_OVSL() WARN_ON(!lockdep_ovsl_is_held())
146 rcu_dereference_protected(p, lockdep_ovsl_is_held())
148 rcu_dereference_check(p, lockdep_ovsl_is_held())
170 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in ovs_vport_ovsl_rcu()
Ddatapath.c128 int lockdep_ovsl_is_held(void) in lockdep_ovsl_is_held() function
135 EXPORT_SYMBOL_GPL(lockdep_ovsl_is_held);
167 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in get_dp()