Searched refs:ctsize (Results 1 – 2 of 2) sorted by relevance
174 size_t ctsize; in mach_cpucontext_alloc_tables() local181 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()
85 static unsigned ctsize; /* size of contract array */ variable447 if (nctps >= ctsize) { in ctsort()448 ctsize += CHUNK_SIZE; in ctsort()449 ctps = xreallocarray(ctps, ctsize, sizeof (ps_t *)); in ctsort()