Home
last modified time | relevance | path

Searched refs:uh_hashsize (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/vm/
H A Duma_int.h220 u_int uh_hashsize; /* Current size of the hash table */ member
H A Duma_core.c1194 if ((slabs = pages / keg->uk_ppera) > keg->uk_hash.uh_hashsize) { in zone_timeout()
1250 hash->uh_hashsize = size; in hash_alloc()
1251 alloc = sizeof(hash->uh_slab_hash[0]) * hash->uh_hashsize; in hash_alloc()
1257 hash->uh_hashsize = UMA_HASH_SIZE_INIT; in hash_alloc()
1261 hash->uh_hashmask = hash->uh_hashsize - 1; in hash_alloc()
1292 if (oldhash->uh_hashsize >= newhash->uh_hashsize) in hash_expand()
1300 for (idx = 0; idx < oldhash->uh_hashsize; idx++) in hash_expand()
1327 if (hash->uh_hashsize == UMA_HASH_SIZE_INIT) in hash_free()