Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/vm/
HDuma_core.c309 static int hash_expand(struct uma_hash *, struct uma_hash *);
1155 if (hash_expand(&keg->uk_hash, &newhash)) { in zone_timeout()
1229 hash_expand(struct uma_hash *oldhash, struct uma_hash *newhash) in hash_expand() function