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

/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dpda.c492 int nchunks, new_nchunks; local
499 nchunks = new_nchunks = p2o->p2o_memtotal.Memt_NumChunks;
526 new_nchunks--;
531 for (i = 0; i < new_nchunks; i++)
534 p2o->p2o_memtotal.Memt_NumChunks = new_nchunks;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Diosram.c2750 int new_nchunks; local
2796 new_nchunks = index.len - 1;
2797 new_chunks = (iosram_chunk_t *)kmem_zalloc(new_nchunks *
2799 for (i = 0, chunkp = new_chunks; i < new_nchunks; i++, chunkp++) {
2819 kmem_free(new_chunks, new_nchunks *
2848 kmem_free(new_chunks, new_nchunks * sizeof (iosram_chunk_t));
2861 nchunks = new_nchunks;

Completed in 65 milliseconds