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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dtest-ratelim.c188 ev_uint64_t total_received; local
301 total_received = 0;
307 total_received += states[i].received;
313 ((double)total_received)/cfg_duration);
316 ((double)total_received/cfg_duration);
326 (((double)total_received)/cfg_duration)/cfg_n_connections);
328 double diff = expected_avg_persec - (((double)total_received)/cfg_duration)/cfg_n_connections;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclilist.c171 int total_received = -1; local
271 if (total_received == -1)
272 total_received = 0;
331 total_received += ff_searchcount;
349 total_received = -1;
352 for (p=dirlist,i=0;i<total_received;i++) {
362 return(total_received);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptlan.c110 u32 total_received; member in struct:mpt_lan_priv
844 atomic_read(&priv->buckets_out), priv->total_received));
899 priv->total_received++;
955 /**/ atomic_read(&priv->buckets_out), priv->total_received));
1096 priv->total_received += count;
1284 __func__, priv->total_posted, priv->total_received));
1333 priv->total_received = 0;

Completed in 120 milliseconds