Searched refs:cur_bits (Results 1 – 2 of 2) sorted by relevance
1028 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits, in cfs_hash_create() argument1050 LASSERT(cur_bits > 0); in cfs_hash_create()1051 LASSERT(cur_bits >= bkt_bits); in cfs_hash_create()1052 LASSERT(max_bits >= cur_bits && max_bits < 31); in cfs_hash_create()1053 LASSERT(ergo((flags & CFS_HASH_REHASH) == 0, cur_bits == max_bits)); in cfs_hash_create()1074 hs->hs_cur_bits = (__u8)cur_bits; in cfs_hash_create()1075 hs->hs_min_bits = (__u8)cur_bits; in cfs_hash_create()
684 cfs_hash_create(char *name, unsigned cur_bits, unsigned max_bits,