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.h207 #define UMA_HASH(h, s) ((((uintptr_t)s) >> UMA_SLAB_SHIFT) & (h)->uh_hashmask) macro
210 LIST_INSERT_HEAD(&(h)->uh_slab_hash[UMA_HASH((h), \
609 hval = UMA_HASH(hash, data); in hash_sfind()
H A Duma_core.c1305 hval = UMA_HASH(newhash, slab->uhs_data); in hash_expand()