Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h224 u_int uh_hashsize; /* Current size of the hash table */ member
/f-stack/freebsd/vm/
H A Duma_int.h224 u_int uh_hashsize; /* Current size of the hash table */ member
H A Duma_core.c1001 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()