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

/freebsd-10.0-release/sys/vm/
H A Duma_int.h127 #define UMA_HASH(h, s) ((((uintptr_t)s) >> UMA_SLAB_SHIFT) & (h)->uh_hashmask) macro
130 SLIST_INSERT_HEAD(&(h)->uh_slab_hash[UMA_HASH((h), \
133 SLIST_REMOVE(&(h)->uh_slab_hash[UMA_HASH((h), \
394 hval = UMA_HASH(hash, data);
H A Duma_core.c584 hval = UMA_HASH(newhash, slab->us_data);

Completed in 143 milliseconds