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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c79 #define KILO_VAL 1024 macro
161 while (n >= KILO_VAL) {
162 n = (n + (KILO_VAL / 2)) / KILO_VAL; /* Round up or down */

Completed in 59 milliseconds