Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drhashtable.h220 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash);
227 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held() function
269 rcu_dereference_protected(p, lockdep_rht_bucket_is_held(tbl, hash))
272 rcu_dereference_check(p, lockdep_rht_bucket_is_held(tbl, hash))
/Linux-v4.19/lib/
Drhashtable.c57 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held() function
63 EXPORT_SYMBOL_GPL(lockdep_rht_bucket_is_held);