Home
last modified time | relevance | path

Searched refs:MIN_AGGSIZE (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c91 #define MIN_AGGSIZE (16 * 1024) macro
1310 if ((aggsize = (g_nrecs * g_recsize * 2) / ncpus) < MIN_AGGSIZE) in main()
1311 aggsize = MIN_AGGSIZE; in main()