Searched refs:ns_per_pit_rounded_up (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/platform/pc/
H A Dtimer.cpp76 static uint32_t ns_per_pit_rounded_up; variable
156 value = ns_per_pit_rounded_up;
221 ns_per_pit_rounded_up = (u32_mul_u64_fp32_64(1, us_per_pit) + 1) * 1000;

Completed in 20 milliseconds