Symbol: ANON_CHUNK_SIZE
usr/src/cmd/mdb/common/modules/genunix/gcore.c
319
if ((ah.size <= ANON_CHUNK_SIZE) || (ah.flags & ANON_ALLOC_FORCE)) {
usr/src/cmd/mdb/common/modules/genunix/memory.c
1165
if (aw->aw_ahp.size <= ANON_CHUNK_SIZE ||
usr/src/cmd/mdb/common/modules/genunix/memory.c
1175
mdb_zalloc(ANON_CHUNK_SIZE * sizeof (uintptr_t), UM_SLEEP);
usr/src/cmd/mdb/common/modules/genunix/memory.c
1218
aw->aw_minslot / ANON_CHUNK_SIZE;
usr/src/cmd/mdb/common/modules/genunix/memory.c
1220
aw->aw_minslot % ANON_CHUNK_SIZE;
usr/src/cmd/mdb/common/modules/genunix/memory.c
1232
ANON_CHUNK_SIZE * sizeof (uintptr_t));
usr/src/cmd/mdb/common/modules/genunix/memory.c
1235
ANON_CHUNK_SIZE * sizeof (uintptr_t), levtwoptr) ==
usr/src/cmd/mdb/common/modules/genunix/memory.c
1244
slot = aw->aw_levone_ndx * ANON_CHUNK_SIZE + aw->aw_levtwo_ndx;
usr/src/cmd/mdb/common/modules/genunix/memory.c
1249
if (aw->aw_levtwo_ndx == ANON_CHUNK_SIZE) {
usr/src/cmd/mdb/common/modules/genunix/memory.c
1276
mdb_free(aw->aw_levtwo, ANON_CHUNK_SIZE * sizeof (uintptr_t));
usr/src/uts/common/vm/anon.h
256
#define ANON_CHUNK_OFF (ANON_CHUNK_SIZE - 1)
usr/src/uts/common/vm/vm_anon.c
305
if (npages <= ANON_CHUNK_SIZE || (flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
329
ahp->size = P2ROUNDUP(npages, ANON_CHUNK_SIZE);
usr/src/uts/common/vm/vm_anon.c
3572
if ((ahp->size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
358
if (npages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
390
if ((ahp->size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
428
if ((size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
449
for (j = chunkoff; j < ANON_CHUNK_SIZE; j++) {
usr/src/uts/common/vm/vm_anon.c
458
i = (i + ANON_CHUNK_SIZE) & ~ANON_CHUNK_OFF;
usr/src/uts/common/vm/vm_anon.c
481
if (ahp->size <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
527
if (((sahp->size <= ANON_CHUNK_SIZE) &&
usr/src/uts/common/vm/vm_anon.c
528
(dahp->size <= ANON_CHUNK_SIZE)) ||
usr/src/uts/common/vm/vm_anon.c
540
if (sahp->size > ANON_CHUNK_SIZE &&
usr/src/uts/common/vm/vm_anon.c
541
dahp->size > ANON_CHUNK_SIZE &&
usr/src/uts/common/vm/vm_anon.c
553
chknp = ANON_CHUNK_SIZE - MAX(sapidx, dapidx);
usr/src/uts/common/vm/vm_anon.c
610
#define ANON_1_LEVEL_INC (ANON_CHUNK_SIZE / 8)
usr/src/uts/common/vm/vm_anon.c
611
#define ANON_2_LEVEL_INC (ANON_1_LEVEL_INC * ANON_CHUNK_SIZE)
usr/src/uts/common/vm/vm_anon.c
671
if (totpages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
usr/src/uts/common/vm/vm_anon.c
688
if (newamp_pgs > ANON_CHUNK_SIZE && oldamp_pgs <= ANON_CHUNK_SIZE &&
usr/src/uts/common/vm/vm_anon.c
696
if (oldamp_pgs == ANON_CHUNK_SIZE) {