Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_pc.c174 size_t ctsize; in mach_cpucontext_alloc_tables() local
181 ctsize = P2ROUNDUP(sizeof (*ct), PAGESIZE); in mach_cpucontext_alloc_tables()
182 ct = kmem_zalloc(ctsize, KM_SLEEP); in mach_cpucontext_alloc_tables()
231 for (va = (uintptr_t)ct, len = ctsize - MMU_PAGESIZE; in mach_cpucontext_alloc_tables()
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c85 static unsigned ctsize; /* size of contract array */ variable
447 if (nctps >= ctsize) { in ctsort()
448 ctsize += CHUNK_SIZE; in ctsort()
449 ctps = xreallocarray(ctps, ctsize, sizeof (ps_t *)); in ctsort()