Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
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
273 rcu_dereference_protected(p, lockdep_rht_mutex_is_held(ht))
276 rcu_dereference_check(p, lockdep_rht_mutex_is_held(ht))
/Linux-v5.4/lib/
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);