Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c212 if (cfs_hash_with_no_lock(hs)) { in cfs_hash_lock_setup()
951 if (cfs_hash_with_no_lock(hs) || in cfs_hash_buckets_realloc()
1178 if (cfs_hash_with_no_lock(hs) || in cfs_hash_rehash_bits()
1650 if (cfs_hash_with_no_lock(hs) || in cfs_hash_for_each_nolock()
1684 if (cfs_hash_with_no_lock(hs)) in cfs_hash_for_each_empty()
1784 !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash_cancel_locked()
1820 LASSERT(cfs_hash_with_rehash(hs) && !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h344 cfs_hash_with_no_lock(struct cfs_hash *hs) in cfs_hash_with_no_lock() function