Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h207 #define ANI_MAX_POOL (NCPU_P2) macro
217 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); in anon_init()
755 ASSERT(ANI_MAX_POOL > max_seqid); in set_anoninfo()