Home | History | Annotate | Download | only in qemu

Lines Matching full:now

140         int64_t   now = qemu_get_clock( SHAPER_CLOCK );
142 if (packet->expiration > now)
212 int64_t now;
219 now = qemu_get_clock( SHAPER_CLOCK );
220 if (now >= shaper->block_until) {
222 shaper->block_until = now + size*shaper->inv_rate;
223 //fprintf(stderr, "NETSHAPER: block for %.2fms\n", (shaper->block_until - now)*1.0 );
254 //fprintf(stderr, "NETSHAPER: block2 for %.2fms\n", (shaper->block_until - now)*1.0 );
269 int64_t now;
277 now = qemu_get_clock( SHAPER_CLOCK );
278 return (now >= shaper->block_until);
427 int64_t now = qemu_get_clock( SHAPER_CLOCK );
438 if (session->expiration <= now) {
439 /* send the SYN packet now */