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

/freebsd-10.2-release/sys/vm/
H A Duma_int.h140 struct uma_hash { struct
185 struct uma_hash uk_hash;
343 static __inline uma_slab_t hash_sfind(struct uma_hash *hash, uint8_t *data);
390 hash_sfind(struct uma_hash *hash, uint8_t *data)
H A Duma_core.c249 static int hash_alloc(struct uma_hash *);
250 static int hash_expand(struct uma_hash *, struct uma_hash *);
251 static void hash_free(struct uma_hash *hash);
484 struct uma_hash newhash;
485 struct uma_hash oldhash;
531 hash_alloc(struct uma_hash *hash)
574 hash_expand(struct uma_hash *oldhash, struct uma_hash *newhash)
614 hash_free(struct uma_hash *has
[all...]

Completed in 65 milliseconds