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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbandwidth.h93 * Call tr_bandwidthAllocate() periodically. tr_bandwidth knows its current
98 * tr_bandwidthAllocate() operates on the tr_bandwidth subtree, so usually
101 * The peer-ios all have a pointer to their associated tr_bandwidth object,
105 typedef struct tr_bandwidth struct
111 struct tr_bandwidth * parent;
116 tr_ptrArray children; /* struct tr_bandwidth */
119 tr_bandwidth; typedef in typeref:struct:tr_bandwidth
126 void tr_bandwidthConstruct( tr_bandwidth * bandwidth,
128 tr_bandwidth * parent );
130 void tr_bandwidthDestruct( tr_bandwidth * bandwidt
[all...]
H A Dbandwidth.c88 const tr_bandwidth * a = va;
89 const tr_bandwidth * b = vb;
98 tr_bandwidthConstruct( tr_bandwidth * b, tr_session * session, tr_bandwidth * parent )
112 tr_bandwidthDestruct( tr_bandwidth * b )
119 memset( b, ~0, sizeof( tr_bandwidth ) );
127 tr_bandwidthSetParent( tr_bandwidth * b,
128 tr_bandwidth * parent )
163 allocateBandwidth( tr_bandwidth * b,
190 struct tr_bandwidth ** childre
[all...]
H A Dpeer-io.h33 struct tr_bandwidth;
109 struct tr_bandwidth bandwidth;
126 struct tr_bandwidth * parent,
135 struct tr_bandwidth * parent,
355 struct tr_bandwidth * parent )
H A Dsession.h216 struct tr_bandwidth bandwidth;
H A Dtorrent.h20 #include "bandwidth.h" /* tr_bandwidth */
262 struct tr_bandwidth bandwidth;
H A Dpeer-io.c588 tr_bandwidth * parent,
658 tr_bandwidth * parent,
673 tr_bandwidth * parent,
H A Dwebseed.c47 tr_bandwidth bandwidth;
H A Dpeer-mgr.c3064 isBandwidthMaxedOut( const tr_bandwidth * b,

Completed in 188 milliseconds