Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2410 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed() argument
2421 num_packets); in TestPacketSpeed()
2424 num_packets); in TestPacketSpeed()
2440 for (i = 0; i < num_packets; ++i) { in TestPacketSpeed()
2451 ((float)num_packets) / duration<float>(total_time).count(); in TestPacketSpeed()
2452 auto average_per_packet = total_time / num_packets; in TestPacketSpeed()
H A DGDBRemoteCommunicationClient.h335 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
H A DProcessGDBRemote.cpp5211 const uint32_t num_packets = in DoExecute() local
5219 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c1433 ed.low_ack.num_packets = in nl80211_cqm_event()
1437 MAC2STR(ed.low_ack.addr), ed.low_ack.num_packets); in nl80211_cqm_event()
H A Ddriver.h5795 u32 num_packets; member