Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drhashtable.h227 int lockdep_rht_mutex_is_held(struct rhashtable *ht);
230 static inline int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held() function
272 rcu_dereference_protected(p, lockdep_rht_mutex_is_held(ht))
275 rcu_dereference_check(p, lockdep_rht_mutex_is_held(ht))
/openbmc/linux/lib/
H A Drhashtable.c45 #define ASSERT_RHT_MUTEX(HT) BUG_ON(!lockdep_rht_mutex_is_held(HT))
47 int lockdep_rht_mutex_is_held(struct rhashtable *ht) in lockdep_rht_mutex_is_held() function
51 EXPORT_SYMBOL_GPL(lockdep_rht_mutex_is_held);