Searched refs:uh_hashsize (Results 1 – 3 of 3) sorted by relevance
224 u_int uh_hashsize; /* Current size of the hash table */ member
1001 if ((slabs = pages / keg->uk_ppera) > keg->uk_hash.uh_hashsize) { in zone_timeout()1051 hash->uh_hashsize = size; in hash_alloc()1052 alloc = sizeof(hash->uh_slab_hash[0]) * hash->uh_hashsize; in hash_alloc()1058 hash->uh_hashsize = UMA_HASH_SIZE_INIT; in hash_alloc()1062 hash->uh_hashmask = hash->uh_hashsize - 1; in hash_alloc()1093 if (oldhash->uh_hashsize >= newhash->uh_hashsize) in hash_expand()1101 for (idx = 0; idx < oldhash->uh_hashsize; idx++) in hash_expand()1128 if (hash->uh_hashsize == UMA_HASH_SIZE_INIT) in hash_free()