Searched refs:hs_rehash_buckets (Results 1 – 2 of 2) sorted by relevance
485 if (likely(hs->hs_rehash_buckets == NULL)) { in cfs_hash_bd_get()490 cfs_hash_bd_from_key(hs, hs->hs_rehash_buckets, in cfs_hash_bd_get()830 if (likely(hs->hs_rehash_buckets == NULL)) { in cfs_hash_dual_bd_get()837 cfs_hash_bd_from_key(hs, hs->hs_rehash_buckets, in cfs_hash_dual_bd_get()1116 hs->hs_rehash_buckets == NULL); in cfs_hash_destroy()1853 cfs_hash_bd_from_key(hs, hs->hs_rehash_buckets, in cfs_hash_rehash_bd()1912 LASSERT(hs->hs_rehash_buckets == NULL); in cfs_hash_rehash_worker()1913 hs->hs_rehash_buckets = bkts; in cfs_hash_rehash_worker()1923 hs->hs_rehash_buckets = NULL; in cfs_hash_rehash_worker()1944 hs->hs_buckets = hs->hs_rehash_buckets; in cfs_hash_rehash_worker()[all …]
256 struct cfs_hash_bucket **hs_rehash_buckets; member