Searched refs:hs_rehash_buckets (Results 1 – 2 of 2) sorted by relevance
494 if (likely(hs->hs_rehash_buckets == NULL)) { in cfs_hash_bd_get()499 cfs_hash_bd_from_key(hs, hs->hs_rehash_buckets, in cfs_hash_bd_get()839 if (likely(hs->hs_rehash_buckets == NULL)) { in cfs_hash_dual_bd_get()846 cfs_hash_bd_from_key(hs, hs->hs_rehash_buckets, in cfs_hash_dual_bd_get()1125 hs->hs_rehash_buckets == NULL); in cfs_hash_destroy()1866 cfs_hash_bd_from_key(hs, hs->hs_rehash_buckets, in cfs_hash_rehash_bd()1925 LASSERT(hs->hs_rehash_buckets == NULL); in cfs_hash_rehash_worker()1926 hs->hs_rehash_buckets = bkts; in cfs_hash_rehash_worker()1936 hs->hs_rehash_buckets = NULL; in cfs_hash_rehash_worker()1957 hs->hs_buckets = hs->hs_rehash_buckets; in cfs_hash_rehash_worker()[all …]
256 struct cfs_hash_bucket **hs_rehash_buckets; member