Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/vm/
H A Dvm_anon.c612 #define ANON_1_LEVEL_INC (ANON_CHUNK_SIZE / 8) macro
613 #define ANON_2_LEVEL_INC (ANON_1_LEVEL_INC * ANON_CHUNK_SIZE)
674 newamp_pgs = P2ROUNDUP(totpages, ANON_1_LEVEL_INC); in anon_grow()