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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DIndexed.h134 uint32_t m_totalIndexLoad; member in class:Kademlia::CIndexed
H A DIndexed.cpp76 m_totalIndexLoad = 0;
236 m_totalIndexLoad = totalLoad;
731 m_totalIndexLoad++;
919 m_totalIndexLoad--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule.cpp1710 return Kademlia::CKademlia::GetIndexed()->m_totalIndexLoad;
H A DExternalConn.cpp600 response->AddTag(CECTag(EC_TAG_STATS_KAD_INDEXED_LOAD, Kademlia::CKademlia::GetIndexed()->m_totalIndexLoad));

Completed in 43 milliseconds