Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dmandoc_ohash.c25 static void *hash_alloc(size_t, void *);
35 info.alloc = hash_alloc; in mandoc_ohash_init()
45 hash_alloc(size_t sz, void *arg) in hash_alloc() function
/freebsd-13.1/sys/vm/
H A Duma_core.c310 static int hash_alloc(struct uma_hash *, u_int);
1153 ret = hash_alloc(&newhash, 1 << fls(slabs)); in zone_timeout()
1191 hash_alloc(struct uma_hash *hash, u_int size) in hash_alloc() function
2483 hash_alloc(&keg->uk_hash, 0); in keg_ctor()