Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/raidframe/
Drf_hist.h39 #define RF_HIST_RESOLUTION 5 macro
43 #define RF_HIST_NUM_BUCKETS (RF_HIST_RANGE / RF_HIST_RESOLUTION + 1)
53 _hist_[(val - RF_HIST_MIN_VAL) / RF_HIST_RESOLUTION]++; \