Searched refs:timeOnHardware (Results 1 – 1 of 1) sorted by relevance
261 uint64_t timeOnHardware, timeInDriver; in TEST_F() local263 &timeOnHardware), in TEST_F()268 if (timeOnHardware != UINT64_MAX && timeInDriver != UINT64_MAX) { in TEST_F()269 EXPECT_LE(timeOnHardware, timeInDriver); in TEST_F()971 uint64_t timeOnHardware, timeInDriver, timeOnHardwareFenced, timeInDriverFenced; in TEST_P() local973 &timeOnHardware), in TEST_P()988 EXPECT_TRUE(timeOnHardware == 0 || timeOnHardware == UINT64_MAX) in TEST_P()989 << "timeOnHardware = " << timeOnHardware; in TEST_P()991 << "timeInDriver = " << timeOnHardware; in TEST_P()999 EXPECT_EQ(timeOnHardware, UINT64_MAX); in TEST_P()[all …]