Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dratelimit.h43 double delay_slices; in ratelimit_calculate_delay() local
69 delay_slices = (double)limit->dispatched / limit->slice_quota; in ratelimit_calculate_delay()
71 (uint64_t)(delay_slices * limit->slice_ns); in ratelimit_calculate_delay()