Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libumem/common/
H A Dumem_impl.h91 #define UMEM_SIZE_ENCODE(x) (251 * (x) + 1) macro
H A Dumem.c2138 ((uint32_t *)btp)[1] = UMEM_SIZE_ENCODE(size); in _umem_zalloc()
2164 ((uint32_t *)btp)[1] = UMEM_SIZE_ENCODE(size); in _umem_alloc()
2228 if (ip[1] != UMEM_SIZE_ENCODE(size)) { in _umem_free()
2234 ip[0] = UMEM_SIZE_ENCODE(size); in _umem_free()