Home
last modified time | relevance | path

Searched refs:num_packets (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h323 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DGDBRemoteCommunicationClient.cpp2304 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed() argument
2315 num_packets); in TestPacketSpeed()
2318 num_packets); in TestPacketSpeed()
2334 for (i = 0; i < num_packets; ++i) { in TestPacketSpeed()
2345 ((float)num_packets) / duration<float>(total_time).count(); in TestPacketSpeed()
2346 auto average_per_packet = total_time / num_packets; in TestPacketSpeed()
H A DProcessGDBRemote.cpp5187 const uint32_t num_packets = in DoExecute() local
5195 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c1241 ed.low_ack.num_packets = in nl80211_cqm_event()
1245 MAC2STR(ed.low_ack.addr), ed.low_ack.num_packets); in nl80211_cqm_event()
H A Ddriver.h5433 u32 num_packets; member