Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h222 struct uma_hash { struct
342 struct uma_hash uk_hash;
535 static __inline uma_slab_t hash_sfind(struct uma_hash *hash, uint8_t *data);
603 hash_sfind(struct uma_hash *hash, uint8_t *data) in hash_sfind()
/f-stack/freebsd/vm/
H A Duma_int.h222 struct uma_hash { struct
339 struct uma_hash uk_hash;
536 static __inline uma_slab_t hash_sfind(struct uma_hash *hash, uint8_t *data);
604 hash_sfind(struct uma_hash *hash, uint8_t *data) in hash_sfind()
H A Duma_core.c306 static int hash_alloc(struct uma_hash *, u_int);
307 static int hash_expand(struct uma_hash *, struct uma_hash *);
308 static void hash_free(struct uma_hash *hash);
1002 struct uma_hash newhash; in zone_timeout()
1003 struct uma_hash oldhash; in zone_timeout()
1045 hash_alloc(struct uma_hash *hash, u_int size) in hash_alloc()
1084 hash_expand(struct uma_hash *oldhash, struct uma_hash *newhash) in hash_expand()
1124 hash_free(struct uma_hash *hash) in hash_free()