Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c219 } else if (cfs_hash_with_rehash(hs)) { in cfs_hash_lock_setup()
1086 if (cfs_hash_with_rehash(hs)) in cfs_hash_create()
1119 if (cfs_hash_with_rehash(hs)) in cfs_hash_destroy()
1179 !cfs_hash_with_rehash(hs)) in cfs_hash_rehash_bits()
1389 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_enter()
1415 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_exit()
1783 LASSERT(cfs_hash_with_rehash(hs) && in cfs_hash_rehash_cancel_locked()
1820 LASSERT(cfs_hash_with_rehash(hs) && !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash()
1889 LASSERT (hs != NULL && cfs_hash_with_rehash(hs)); in cfs_hash_rehash_worker()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h399 cfs_hash_with_rehash(struct cfs_hash *hs) in cfs_hash_with_rehash() function