Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_int.h218 struct uma_hash { struct
335 struct uma_hash uk_hash;
535 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.c309 static int hash_alloc(struct uma_hash *, u_int);
310 static int hash_expand(struct uma_hash *, struct uma_hash *);
311 static void hash_free(struct uma_hash *hash);
1196 struct uma_hash newhash; in zone_timeout()
1197 struct uma_hash oldhash; in zone_timeout()
1245 hash_alloc(struct uma_hash *hash, u_int size) in hash_alloc()
1284 hash_expand(struct uma_hash *oldhash, struct uma_hash *newhash) in hash_expand()
1324 hash_free(struct uma_hash *hash) in hash_free()