Home
last modified time | relevance | path

Searched defs:UMA_HASH (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/vm/
H A Duma_int.h211 #define UMA_HASH(h, s) ((((uintptr_t)s) >> UMA_SLAB_SHIFT) & (h)->uh_hashmask) macro
/f-stack/freebsd/vm/
H A Duma_int.h211 #define UMA_HASH(h, s) ((((uintptr_t)s) >> UMA_SLAB_SHIFT) & (h)->uh_hashmask) macro