Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lockstat/
H A Dlockstat.c901 uint64_t *avg, *quantized; in process_aggregate() local
930 quantized = (uint64_t *)(data + rec->dtrd_offset); in process_aggregate()
934 lsrec->ls_hist[j] = quantized[i]; in process_aggregate()