Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c1003 struct uma_hash oldhash; in zone_timeout() local
1017 oldhash = keg->uk_hash; in zone_timeout()
1020 oldhash = newhash; in zone_timeout()
1023 hash_free(&oldhash); in zone_timeout()
1084 hash_expand(struct uma_hash *oldhash, struct uma_hash *newhash) in hash_expand() argument
1093 if (oldhash->uh_hashsize >= newhash->uh_hashsize) in hash_expand()
1101 for (idx = 0; idx < oldhash->uh_hashsize; idx++) in hash_expand()
1102 while (!LIST_EMPTY(&oldhash->uh_slab_hash[idx])) { in hash_expand()
1103 slab = LIST_FIRST(&oldhash->uh_slab_hash[idx]); in hash_expand()