Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/vm/
H A Danalytics.c141 #define HR_TO_S(x) ((x) * 60 * 60) macro
157 {.count = 0, .lower = HR_TO_S(0), .upper = HR_TO_S(1)}, /* [0, 1) hours */ in report_compressor_age()
158 {.count = 0, .lower = HR_TO_S(1), .upper = HR_TO_S(6)}, /* [1, 6) hours */ in report_compressor_age()
159 {.count = 0, .lower = HR_TO_S(6), .upper = HR_TO_S(12)}, /* [6, 12) hours */ in report_compressor_age()
160 {.count = 0, .lower = HR_TO_S(12), .upper = HR_TO_S(24)}, /* [12, 24) hours */ in report_compressor_age()
161 {.count = 0, .lower = HR_TO_S(24), .upper = HR_TO_S(36)}, /* [24, 36) hours */ in report_compressor_age()
162 {.count = 0, .lower = HR_TO_S(36), .upper = HR_TO_S(48)}, /* [36, 48) hours */ in report_compressor_age()
163 {.count = 0, .lower = HR_TO_S(48), .upper = C_REPORTING_BUCKETS_MAX}, /* [48, MAX) hours */ in report_compressor_age()