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

/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Danon.h206 #define ANI_MAX_POOL (NCPU_P2) macro
216 index = (CPU->cpu_seqid & (ANI_MAX_POOL - 1)); \
H A Dvm_anon.c241 tmp = kmem_zalloc((ANI_MAX_POOL * sizeof (ani_free_t)) + 63, KM_SLEEP);
756 ASSERT(ANI_MAX_POOL > max_seqid);

Completed in 89 milliseconds