Searched refs:lockdep_rht_bucket_is_held (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | rhashtable.h | 228 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash); 235 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held() function 278 rcu_dereference_protected(p, lockdep_rht_bucket_is_held(tbl, hash)) 281 rcu_dereference_check(p, lockdep_rht_bucket_is_held(tbl, hash))
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rhashtable.h | 228 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash); 235 static inline int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, in lockdep_rht_bucket_is_held() function 278 rcu_dereference_protected(p, lockdep_rht_bucket_is_held(tbl, hash)) 281 rcu_dereference_check(p, lockdep_rht_bucket_is_held(tbl, hash))
|
/kernel/linux/linux-5.10/lib/ |
H A D | rhashtable.c | 53 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held() function 61 EXPORT_SYMBOL_GPL(lockdep_rht_bucket_is_held); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | rhashtable.c | 53 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held() function 61 EXPORT_SYMBOL_GPL(lockdep_rht_bucket_is_held); variable
|
Completed in 8 milliseconds