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

/illumos-gate/usr/src/lib/libast/common/port/
H A Dastcopy.c37 #define MAPSIZE (1024*256) macro
54 #ifdef MAPSIZE
66 #if MAPSIZE
71 if (mapsize > MAPSIZE) mapsize = (mapsize > n && n > 0) ? n : MAPSIZE;
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1501 #define MAPSIZE (64 * 1024) macro
1513 ASSERT(itemsize < MAPSIZE - sizeof (*iol));
1518 * MAPSIZE if the amount of data to be buffered is known to be
1521 * the requested input size is clamped at MAPSIZE.
1523 initial_size = MIN(MAPSIZE, initial_size + sizeof (*iol));
1536 ASSERT(itemsize < MAPSIZE - sizeof (*iol));
1548 newiol = kmem_alloc(MAPSIZE, KM_SLEEP);
1549 newiol->piol_size = MAPSIZE;

Completed in 68 milliseconds