Searched refs:StartTicker (Results 1 – 4 of 4) sorted by relevance
166 UINT64 StartTicker; in WriteBootToOsPerformanceData() local248 &StartTicker, in WriteBootToOsPerformanceData()267 &StartTicker, in WriteBootToOsPerformanceData()274 if (StartTicker == 1) { in WriteBootToOsPerformanceData()275 StartTicker = StartValue; in WriteBootToOsPerformanceData()280 Ticker += CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteBootToOsPerformanceData()313 &StartTicker, in WriteBootToOsPerformanceData()320 if (StartTicker == 1) { in WriteBootToOsPerformanceData()321 StartTicker = StartValue; in WriteBootToOsPerformanceData()326 Ticker = CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteBootToOsPerformanceData()
166 UINT64 StartTicker; in WriteBootToOsPerformanceData() local250 &StartTicker, in WriteBootToOsPerformanceData()253 if (StartTicker == 1) { in WriteBootToOsPerformanceData()254 StartTicker = StartValue; in WriteBootToOsPerformanceData()259 Ticker = CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteBootToOsPerformanceData()
170 UINT64 StartTicker; in BmWriteBootToOsPerformanceData() local254 &StartTicker, in BmWriteBootToOsPerformanceData()257 if (StartTicker == 1) { in BmWriteBootToOsPerformanceData()258 StartTicker = StartValue; in BmWriteBootToOsPerformanceData()263 Ticker = CountUp ? (EndTicker - StartTicker) : (StartTicker - EndTicker); in BmWriteBootToOsPerformanceData()
289 UINT64 StartTicker; in WriteToOsS3PerformanceData() local357 &StartTicker, in WriteToOsS3PerformanceData()371 if (StartTicker == 1) { in WriteToOsS3PerformanceData()372 StartTicker = StartValue; in WriteToOsS3PerformanceData()377 Ticker = CountUp? (EndTicker - StartTicker) : (StartTicker - EndTicker); in WriteToOsS3PerformanceData()