Searched refs:expected_cntpct (Results 1 – 1 of 1) sorted by relevance
225 uint64_t expected_cntpct = ((uint64_t)cntfrq * lk_time + 500) / 1000; in test_lk_time_to_cntpct() local227 test_time_conversion_check_result(cntpct, expected_cntpct, 1, false); in test_lk_time_to_cntpct()228 …RACEF_LEVEL(2, "lk_time_to_cntpct(%u): got %llu, expect %llu\n", lk_time, cntpct, expected_cntpct); in test_lk_time_to_cntpct()
Completed in 4 milliseconds