Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dticks.c70 UINT64 ticks_start, ticks_end; in ticks_freq() local
78 ticks_end = ticks_read(); in ticks_freq()
80 … if (ticks_end < ticks_start) /* Check for an overflow (which is not that unlikely, given on some in ticks_freq()
84 cache = (ticks_end - ticks_start) * 1000UL; in ticks_freq()