Searched refs:cfs_hash_with_no_lock (Results 1 – 2 of 2) sorted by relevance
212 if (cfs_hash_with_no_lock(hs)) { in cfs_hash_lock_setup()942 if (cfs_hash_with_no_lock(hs) || in cfs_hash_buckets_realloc()1169 if (cfs_hash_with_no_lock(hs) || in cfs_hash_rehash_bits()1637 if (cfs_hash_with_no_lock(hs) || in cfs_hash_for_each_nolock()1671 if (cfs_hash_with_no_lock(hs)) in cfs_hash_for_each_empty()1771 !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash_cancel_locked()1807 LASSERT(cfs_hash_with_rehash(hs) && !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash()
341 cfs_hash_with_no_lock(struct cfs_hash *hs) in cfs_hash_with_no_lock() function