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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h199 #define UMEM_HASH_INITIAL 64 macro
H A Dumem.c2154 new_size = MAX(UMEM_HASH_INITIAL,
2213 cp->cache_hash_mask > UMEM_HASH_INITIAL)))
2631 UMEM_HASH_INITIAL * sizeof (void *), VM_NOSLEEP);
2637 UMEM_HASH_INITIAL * sizeof (void *));
2638 cp->cache_hash_mask = UMEM_HASH_INITIAL - 1;

Completed in 36 milliseconds