Lines Matching defs:newcnt
341 int newcnt, oldcnt;
345 for (newcnt = 1; newcnt <= maxfd; newcnt = (newcnt << 1) | 1)
348 newlist = kmem_zalloc(newcnt * sizeof (uf_entry_t), KM_SLEEP);
352 if (newcnt <= oldcnt) {
354 kmem_free(newlist, newcnt * sizeof (uf_entry_t));
357 ASSERT((newcnt & (newcnt + 1)) == 0);
413 fip->fi_nfiles = newcnt;