Home
last modified time | relevance | path

Searched refs:obs (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/kvm/
A Dsystem_counter_offset_test.c74 uint64_t obs = uc->args[2]; in handle_sync() local
76 TEST_ASSERT(start <= obs && obs <= end, in handle_sync()
78 obs, start, end); in handle_sync()
81 obs, start, end); in handle_sync()
/tools/testing/selftests/kvm/x86/
A Dkvm_clock_test.c55 uint64_t obs, exp_lo, exp_hi; in handle_sync() local
57 obs = uc->args[2]; in handle_sync()
64 TEST_ASSERT(exp_lo <= obs && obs <= exp_hi, in handle_sync()
66 obs, exp_lo, exp_hi); in handle_sync()
69 obs, exp_lo, exp_hi); in handle_sync()

Completed in 2 milliseconds