Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dhash.c219 } else if (cfs_hash_with_rehash(hs)) { in cfs_hash_lock_setup()
1077 if (cfs_hash_with_rehash(hs)) in cfs_hash_create()
1110 if (cfs_hash_with_rehash(hs)) in cfs_hash_destroy()
1170 !cfs_hash_with_rehash(hs)) in cfs_hash_rehash_bits()
1380 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_enter()
1406 if (!cfs_hash_with_rehash(hs)) in cfs_hash_for_each_exit()
1770 LASSERT(cfs_hash_with_rehash(hs) && in cfs_hash_rehash_cancel_locked()
1807 LASSERT(cfs_hash_with_rehash(hs) && !cfs_hash_with_no_lock(hs)); in cfs_hash_rehash()
1876 LASSERT (hs != NULL && cfs_hash_with_rehash(hs)); in cfs_hash_rehash_worker()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h396 cfs_hash_with_rehash(struct cfs_hash *hs) in cfs_hash_with_rehash() function