Home
last modified time | relevance | path

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

/external/qemu/
Dshaper.c102 int64_t block_until; member
153 shaper->block_until = shaper->packets->expiration; in netshaper_expires()
154 qemu_mod_timer( shaper->timer, shaper->block_until ); in netshaper_expires()
156 shaper->block_until = -1; in netshaper_expires()
177 shaper->block_until = -1; /* magic value, means to not block */ in netshaper_create()
203 shaper->block_until = -1; in netshaper_set_rate()
220 if (now >= shaper->block_until) { in netshaper_send_aux()
222 shaper->block_until = now + size*shaper->inv_rate; in netshaper_send_aux()
233 packet->expiration = shaper->block_until; in netshaper_send_aux()
253 shaper->block_until += size*shaper->inv_rate; in netshaper_send_aux()
[all …]