Searched refs:CHUNKSIZE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_mmap.c41 #define CHUNKSIZE (64*1024) /* 64 kilobytes */ macro
92 buf = mmap((void *)CHUNKSIZE, size, FREE_PROT, FREE_FLAGS | MAP_ALIGN,
122 mmap_heap = vmem_init("mmap_top", CHUNKSIZE,
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c57 #define CHUNKSIZE (64 * 1024) macro
116 if (__systemcall6(&rval, SYS_mmap, CHUNKSIZE, BASE_SIZE,
201 ptr = mmap((void *)CHUNKSIZE, size, prot,
236 bsize = CHUNKSIZE * bp->chunks;
238 ptr = mmap((void *)CHUNKSIZE, bsize, prot,
282 if (((uintptr_t)ptr & (CHUNKSIZE - 1)) != 0)
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c170 #define CHUNKSIZE 8192 /* for copying stderr */ macro
177 char buf[CHUNKSIZE];
180 while ((count = read(fd, buf, CHUNKSIZE)) > 0) {
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c394 #define CHUNKSIZE 1024 macro
407 pool = (ClusterInfo *)malloc(sizeof (ClusterInfo) * CHUNKSIZE);
415 for (i = 0; i < CHUNKSIZE - 1; i++)
418 pool[CHUNKSIZE-1].nextfree = NULL;
/illumos-gate/usr/src/cmd/fs.d/ufs/fssnap/
H A Dfssnap.c85 #define CHUNKSIZE (4) macro
174 case CHUNKSIZE:

Completed in 65 milliseconds