Searched defs:MIN_AGGSIZE (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/lockstat/ | ||
H A D | lockstat.c | 93 #define MIN_AGGSIZE (16 * 1024) macro 1311 if ((aggsize = (g_nrecs * g_recsize * 2) / ncpus) < MIN_AGGSIZE) 1312 aggsize = MIN_AGGSIZE; |
Completed in 51 milliseconds