Searched defs:ntotslabs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_smr.c1643 int minperpool, ntotslabs, nxslabs, nslabs; local
1663 idn.slabpool->ntotslabs = ntotslabs = nwr_available / IDN_SLAB_SIZE;
1664 ASSERT(ntotslabs > 0);
1665 minperpool = (ntotslabs < IDN_SLAB_MINPERPOOL) ?
1667 idn.slabpool->npools = (ntotslabs + (minperpool - 1)) / minperpool;
1676 minperpool = (ntotslabs < idn.slabpool->npools) ?
1677 1 : (ntotslabs / idn.slabpool->npools);
1685 if (ntotslabs > (idn.slabpool->npools * minperpool))
1686 nxslabs = ntotslabs
[all...]
/illumos-gate/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2967 * ntotslabs
2975 int ntotslabs; member in struct:idn_global::slabpool

Completed in 110 milliseconds