Searched refs:uh_hashsize (Results 1 – 2 of 2) sorted by relevance
220 u_int uh_hashsize; /* Current size of the hash table */ member
1195 if ((slabs = pages / keg->uk_ppera) > keg->uk_hash.uh_hashsize) { in zone_timeout()1251 hash->uh_hashsize = size; in hash_alloc()1252 alloc = sizeof(hash->uh_slab_hash[0]) * hash->uh_hashsize; in hash_alloc()1258 hash->uh_hashsize = UMA_HASH_SIZE_INIT; in hash_alloc()1262 hash->uh_hashmask = hash->uh_hashsize - 1; in hash_alloc()1293 if (oldhash->uh_hashsize >= newhash->uh_hashsize) in hash_expand()1301 for (idx = 0; idx < oldhash->uh_hashsize; idx++) in hash_expand()1328 if (hash->uh_hashsize == UMA_HASH_SIZE_INIT) in hash_free()