Home
last modified time | relevance | path

Searched refs:fStatistics (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.h27 static AssertStatistics* fStatistics; variable
H A DPointerListTest.cpp14 AssertStatistics *AssertStatistics::fStatistics = NULL; member in AssertStatistics
25 if (fStatistics == NULL) { in GetInstance()
26 fStatistics = new AssertStatistics(); in GetInstance()
28 return fStatistics; in GetInstance()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp570 memcpy(control->data, &fStatistics, sizeof(ppp_statistics)); in Control()
864 memcpy(data, &fStatistics, sizeof(ppp_statistics)); in Control()
1646 atomic_add64(&fStatistics.bytesSent, length); in Send()
1647 atomic_add64(&fStatistics.packetsSent, 1); in Send()
1802 atomic_add64(&fStatistics.bytesReceived, length); in ReceiveFromDevice()
1803 atomic_add64(&fStatistics.packetsReceived, 1); in ReceiveFromDevice()
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h276 ppp_statistics fStatistics; variable