Home
last modified time | relevance | path

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

/external/qemu/
Dshaper.c17 #define SHAPER_CLOCK rt_clock macro
140 int64_t now = qemu_get_clock_ms( SHAPER_CLOCK ); in netshaper_expires()
170 shaper->timer = qemu_new_timer_ms( SHAPER_CLOCK, in netshaper_create()
219 now = qemu_get_clock_ms( SHAPER_CLOCK ); in netshaper_send_aux()
277 now = qemu_get_clock_ms( SHAPER_CLOCK ); in netshaper_can_send()
427 int64_t now = qemu_get_clock_ms( SHAPER_CLOCK ); in netdelay_expires()
466 delay->timer = qemu_new_timer_ms( SHAPER_CLOCK, in netdelay_create()
556 session->expiration = qemu_get_clock_ms( SHAPER_CLOCK ) + latency; in netdelay_send_aux()