Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dmandoc_ohash.c27 static void *hash_alloc(size_t, void *);
37 info.alloc = hash_alloc; in mandoc_ohash_init()
47 hash_alloc(size_t sz, void *arg) in hash_alloc() function
/freebsd/sys/vm/
H A Duma_core.c309 static int hash_alloc(struct uma_hash *, u_int);
1207 ret = hash_alloc(&newhash, 1 << fls(slabs)); in zone_timeout()
1245 hash_alloc(struct uma_hash *hash, u_int size) in hash_alloc() function
2543 hash_alloc(&keg->uk_hash, 0); in keg_ctor()