Searched refs:ANON_CHUNK_SIZE (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c1130 if (aw->aw_ahp.size <= ANON_CHUNK_SIZE ||
1140 mdb_zalloc(ANON_CHUNK_SIZE * sizeof (uintptr_t), UM_SLEEP);
1184 aw->aw_minslot / ANON_CHUNK_SIZE;
1186 aw->aw_minslot % ANON_CHUNK_SIZE;
1198 ANON_CHUNK_SIZE * sizeof (uintptr_t));
1201 ANON_CHUNK_SIZE * sizeof (uintptr_t), levtwoptr) ==
1210 slot = aw->aw_levone_ndx * ANON_CHUNK_SIZE + aw->aw_levtwo_ndx;
1215 if (aw->aw_levtwo_ndx == ANON_CHUNK_SIZE) {
1242 mdb_free(aw->aw_levtwo, ANON_CHUNK_SIZE * sizeof (uintptr_t));
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Danon.h253 #define ANON_CHUNK_SIZE (PAGESIZE >> ANON_PTRSHIFT) macro
255 #define ANON_CHUNK_OFF (ANON_CHUNK_SIZE - 1)
H A Dvm_anon.c305 if (npages <= ANON_CHUNK_SIZE || (flags & ANON_ALLOC_FORCE)) {
321 * of ANON_CHUNK_SIZE. This is important as various anon
325 * ANON_CHUNK_SIZE.
329 ahp->size = P2ROUNDUP(npages, ANON_CHUNK_SIZE);
358 if (npages <= ANON_CHUNK_SIZE || (ahp->flags & ANON_ALLOC_FORCE)) {
390 if ((ahp->size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
428 if ((size <= ANON_CHUNK_SIZE) || (ahp->flags & ANON_ALLOC_FORCE)) {
449 for (j = chunkoff; j < ANON_CHUNK_SIZE; j++) {
458 i = (i + ANON_CHUNK_SIZE) & ~ANON_CHUNK_OFF;
481 if (ahp->size <= ANON_CHUNK_SIZE || (ah
[all...]

Completed in 156 milliseconds