Searched refs:HR_TO_S (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.61.5/osfmk/vm/ |
| H A D | analytics.c | 145 #define HR_TO_S(x) ((x) * 60 * 60) macro 161 {.count = 0, .lower = HR_TO_S(0), .upper = HR_TO_S(1)}, /* [0, 1) hours */ in report_compressor_age() 162 {.count = 0, .lower = HR_TO_S(1), .upper = HR_TO_S(6)}, /* [1, 6) hours */ in report_compressor_age() 163 {.count = 0, .lower = HR_TO_S(6), .upper = HR_TO_S(12)}, /* [6, 12) hours */ in report_compressor_age() 164 {.count = 0, .lower = HR_TO_S(12), .upper = HR_TO_S(24)}, /* [12, 24) hours */ in report_compressor_age() 165 {.count = 0, .lower = HR_TO_S(24), .upper = HR_TO_S(36)}, /* [24, 36) hours */ in report_compressor_age() 166 {.count = 0, .lower = HR_TO_S(36), .upper = HR_TO_S(48)}, /* [36, 48) hours */ in report_compressor_age() 167 {.count = 0, .lower = HR_TO_S(48), .upper = C_REPORTING_BUCKETS_MAX}, /* [48, MAX) hours */ in report_compressor_age()
|