Home
last modified time | relevance | path

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

/include/linux/
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))

Completed in 6 milliseconds