Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c306 static int hash_alloc(struct uma_hash *, u_int);
1013 ret = hash_alloc(&newhash, 1 << fls(slabs)); in zone_timeout()
1045 hash_alloc(struct uma_hash *hash, u_int size) in hash_alloc() function
2362 hash_alloc(&keg->uk_hash, 0); in keg_ctor()