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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Drc.c615 u32 best_thruput, this_thruput, now_msec; local
619 now_msec = jiffies_to_msecs(jiffies);
674 (now_msec - ath_rc_priv->probe_time >
679 ath_rc_priv->probe_time = now_msec;
885 u32 now_msec)
996 now_msec - rate_table->probe_interval / 2;
1030 u32 now_msec = jiffies_to_msecs(jiffies); local
1045 retries, now_msec);
1058 ath_rc_priv->probe_time = now_msec;
1084 if (now_msec
880 ath_rc_update_per(struct ath_softc *sc, const struct ath_rate_table *rate_table, struct ath_rate_priv *ath_rc_priv, struct ieee80211_tx_info *tx_info, int tx_rate, int xretries, int retries, u32 now_msec) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-mgr.c2720 const uint64_t now_msec = tr_time_msec( ); local
2743 stat->rateToPeer_KBps = toSpeedKBps( tr_peerGetPieceSpeed_Bps( peer, now_msec, TR_CLIENT_TO_PEER ) );
2744 stat->rateToClient_KBps = toSpeedKBps( tr_peerGetPieceSpeed_Bps( peer, now_msec, TR_PEER_TO_CLIENT ) );
3065 const uint64_t now_msec, tr_direction dir )
3070 const unsigned int got = tr_bandwidthGetPieceSpeed_Bps( b, now_msec, dir );
3527 const uint64_t now_msec = tr_time_msec( ); local
3537 enforceTorrentPeerLimit( tor->torrentPeers, now_msec );
3540 enforceSessionPeerLimit( mgr->session, now_msec );
3971 const uint64_t now_msec = tr_time_msec( ); local
4008 if( tr_torrentIsSeed( tor ) && isBandwidthMaxedOut( &tor->bandwidth, now_msec, TR_U
3064 isBandwidthMaxedOut( const tr_bandwidth * b, const uint64_t now_msec, tr_direction dir ) argument
[all...]

Completed in 72 milliseconds