Searched refs:HR_TO_S (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | analytics.c | 139 #define HR_TO_S(x) ((x) * 60 * 60) macro 149 {.count = 0, .lower = HR_TO_S(0), .upper = HR_TO_S(1)}, /* [0, 1) hours */ in report_compressor_age() 150 {.count = 0, .lower = HR_TO_S(1), .upper = HR_TO_S(6)}, /* [1, 6) hours */ in report_compressor_age() 151 {.count = 0, .lower = HR_TO_S(6), .upper = HR_TO_S(12)}, /* [6, 12) hours */ in report_compressor_age() 152 {.count = 0, .lower = HR_TO_S(12), .upper = HR_TO_S(24)}, /* [12, 24) hours */ in report_compressor_age() 153 {.count = 0, .lower = HR_TO_S(24), .upper = HR_TO_S(36)}, /* [24, 36) hours */ in report_compressor_age() 154 {.count = 0, .lower = HR_TO_S(36), .upper = HR_TO_S(48)}, /* [36, 48) hours */ in report_compressor_age() 155 {.count = 0, .lower = HR_TO_S(48), .upper = C_REPORTING_BUCKETS_MAX}, /* [48, MAX) hours */ in report_compressor_age()
|