Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Ddatapath.h146 int lockdep_ovsl_is_held(void);
148 #define lockdep_ovsl_is_held() 1 macro
151 #define ASSERT_OVSL() WARN_ON(!lockdep_ovsl_is_held())
153 rcu_dereference_protected(p, lockdep_ovsl_is_held())
155 rcu_dereference_check(p, lockdep_ovsl_is_held())
177 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in ovs_vport_ovsl_rcu()
Ddatapath.c127 int lockdep_ovsl_is_held(void) in lockdep_ovsl_is_held() function
134 EXPORT_SYMBOL_GPL(lockdep_ovsl_is_held);
166 WARN_ON_ONCE(!rcu_read_lock_held() && !lockdep_ovsl_is_held()); in get_dp()