Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h94 #define UMEM_SIZE_ENCODE(x) (251 * (x) + 1) macro
H A Dumem.c2142 ((uint32_t *)btp)[1] = UMEM_SIZE_ENCODE(size); in _umem_zalloc()
2168 ((uint32_t *)btp)[1] = UMEM_SIZE_ENCODE(size); in _umem_alloc()
2232 if (ip[1] != UMEM_SIZE_ENCODE(size)) { in _umem_free()
2238 ip[0] = UMEM_SIZE_ENCODE(size); in _umem_free()