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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h84 #define UMEM_SIZE_ENCODE(x) (251 * (x) + 1) macro
H A Dumem.c1875 ((uint32_t *)btp)[1] = UMEM_SIZE_ENCODE(size);
1901 ((uint32_t *)btp)[1] = UMEM_SIZE_ENCODE(size);
1965 if (ip[1] != UMEM_SIZE_ENCODE(size)) {
1971 ip[0] = UMEM_SIZE_ENCODE(size);

Completed in 31 milliseconds