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

/fuchsia/zircon/kernel/platform/pc/
H A Dhpet.cpp48 static uint64_t min_ticks_ahead; variable
106 min_ticks_ahead = 100000000ULL / tick_period_in_fs;
184 if (unlikely(difference < min_ticks_ahead)) {

Completed in 78 milliseconds