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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbandwidth.c65 bytesUsed( const uint64_t now, struct bratecontrol * r, size_t size ) function
219 const int bytesUsed = tr_peerIoFlush( peers[i], dir, increment ); local
221 dbgmsg( "peer #%d of %d used %d bytes in this pass", i, n, bytesUsed );
223 if( bytesUsed != (int)increment ) {
396 bytesUsed( now, &band->raw, byteCount );
399 bytesUsed( now, &band->piece, byteCount );
H A Dpeer-io.c1312 int bytesUsed = 0; local
1318 bytesUsed = tr_peerIoTryRead( io, limit );
1320 bytesUsed = tr_peerIoTryWrite( io, limit );
1322 dbgmsg( io, "flushing peer-io, direction %d, limit %zu, bytesUsed %d", (int)dir, limit, bytesUsed );
1323 return bytesUsed;

Completed in 110 milliseconds