Searched refs:num_packets (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 2467 void GDBRemoteCommunicationClient::TestPacketSpeed(const uint32_t num_packets, in TestPacketSpeed() argument 2478 num_packets); in TestPacketSpeed() 2481 num_packets); in TestPacketSpeed() 2497 for (uint32_t i = 0; i < num_packets; ++i) { in TestPacketSpeed() 2508 ((float)num_packets) / duration<float>(total_time).count(); in TestPacketSpeed() 2509 auto average_per_packet = num_packets > 0 ? total_time / num_packets in TestPacketSpeed()
|
H A D | GDBRemoteCommunicationClient.h | 290 void TestPacketSpeed(const uint32_t num_packets, uint32_t max_send,
|
H A D | ProcessGDBRemote.cpp | 5465 const uint32_t num_packets = in DoExecute() local 5473 num_packets, max_send, max_recv, k_recv_amount, json, in DoExecute()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 6542 u32 num_packets; member
|
H A D | driver_nl80211_event.c | 2077 ed.low_ack.num_packets = in nl80211_cqm_event() 2081 MAC2STR(ed.low_ack.addr), ed.low_ack.num_packets); in nl80211_cqm_event()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 5289 size_t num_packets = 0, max_packets = 65535; in doq_conn_write_streams() local 5422 if(++num_packets == max_packets) in doq_conn_write_streams()
|