Searched refs:sendRate (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Dgoldfish_pipe.c785 double sendRate; member in struct:__anon10972
804 pipe->sendRate = 1e9 / (500*1024*8);
805 pipe->recvRate = pipe->sendRate;
884 pipe->sendExpiration = qemu_get_clock_ns(vm_clock) + ret*pipe->sendRate;

Completed in 63 milliseconds