| /freebsd-13.1/tools/tools/usbtest/ |
| H A D | usbtest.c | 195 int throughput = 0; in show_default_audio_select() local 217 len = sizeof(throughput); in show_default_audio_select() 220 &throughput, &len, 0, 0); in show_default_audio_select() 247 pattern, pattern_interval, throughput); in show_default_audio_select() 524 int throughput = 0; in show_default_modem_select() local 546 len = sizeof(throughput); in show_default_modem_select() 549 &throughput, &len, 0, 0); in show_default_modem_select() 576 pattern, pattern_interval, throughput); in show_default_modem_select()
|
| /freebsd-13.1/sbin/dump/ |
| H A D | dumprmt.c | 134 int throughput; in rmtgetconn() local 176 throughput = IPTOS_THROUGHPUT; in rmtgetconn() 178 &throughput, sizeof(throughput)) < 0) in rmtgetconn()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | ipv6cp.c | 298 throughput_init(&ipv6cp->throughput, SAMPLE_PERIOD); in ipv6cp_Init() 306 throughput_destroy(&ipv6cp->throughput); in ipv6cp_Destroy() 347 throughput_disp(&ipv6cp->throughput, arg->prompt); in ipv6cp_Show() 371 throughput_addin(&ipv6cp->throughput, n); in ipv6cp_AddInOctets() 377 throughput_addout(&ipv6cp->throughput, n); in ipv6cp_AddOutOctets() 483 fp->bundle->links, RAD_START, &ipv6cp->throughput); in ipv6cp_LayerUp() 536 fp->bundle->links, RAD_STOP, &ipv6cp->throughput); in ipv6cp_LayerDown() 580 throughput_start(&ipv6cp->throughput, "IPV6CP throughput", in ipv6cp_LayerStart() 593 throughput_stop(&ipv6cp->throughput); in ipv6cp_LayerFinish() 594 throughput_log(&ipv6cp->throughput, LogIPV6CP, NULL); in ipv6cp_LayerFinish()
|
| H A D | ipcp.c | 167 throughput_addin(&ipcp->throughput, n); in ipcp_AddInOctets() 173 throughput_addout(&ipcp->throughput, n); in ipcp_AddOutOctets() 418 throughput_disp(&ipcp->throughput, arg->prompt); in ipcp_Show() 496 throughput_init(&ipcp->throughput, SAMPLE_PERIOD); in ipcp_Init() 504 throughput_destroy(&ipcp->throughput); in ipcp_Destroy() 827 throughput_start(&ipcp->throughput, "IPCP throughput", in IpcpLayerStart() 840 throughput_stop(&ipcp->throughput); in IpcpLayerFinish() 841 throughput_log(&ipcp->throughput, LogIPCP, NULL); in IpcpLayerFinish() 883 fp->bundle->links, RAD_STOP, &ipcp->throughput); in IpcpLayerDown() 952 RAD_START, &ipcp->throughput); in IpcpLayerUp()
|
| H A D | ipv6cp.h | 57 struct pppThroughput throughput; /* throughput statistics */ member
|
| H A D | ipcp.h | 101 struct pppThroughput throughput; /* throughput statistics */ member
|
| H A D | command.c | 540 oin = bundle->ncp.ipcp.throughput.OctetsIn; in command_Expand() 541 oout = bundle->ncp.ipcp.throughput.OctetsOut; in command_Expand() 542 pin = bundle->ncp.ipcp.throughput.PacketsIn; in command_Expand() 543 pout = bundle->ncp.ipcp.throughput.PacketsOut; in command_Expand() 545 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand() 546 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; in command_Expand() 547 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; in command_Expand() 548 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; in command_Expand() 566 bundle->ncp.ipcp.throughput.OctetsIn); in command_Expand() 3137 t = &arg->bundle->ncp.ipcp.throughput; in ClearCommand() [all …]
|
| H A D | Makefile | 13 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
|
| H A D | README.changes | 132 o MP autoload throughput measurements are now based on the maximum of input
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/ |
| H A D | slog_replay_volume.ksh | 121 log_must zfs set logbias=throughput $TESTPOOL/$TESTVOL 122 log_must dd if=/dev/urandom of=$MNTPNT/throughput-8k bs=8k count=1 123 log_must dd if=/dev/urandom of=$MNTPNT/throughput-128k bs=128k count=1
|
| /freebsd-13.1/contrib/libevent/test/ |
| H A D | bench_httpclient.c | 183 double throughput; in main() local 215 throughput = total_n_handled / in main() 231 throughput, in main()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/test/ |
| H A D | bench_httpclient.c | 187 double throughput; in main() local 213 throughput = total_n_handled / in main() 229 throughput, in main()
|
| /freebsd-13.1/share/examples/pf/ |
| H A D | ackpri | 5 # which dramatically improves throughput on (asymmetric) links when the
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | sony,imx214.txt | 7 throughput of 1.2Gbps/lane.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interconnect/ |
| H A D | interconnect.txt | 13 to consumer drivers. These capabilities can be throughput, latency, priority
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | TUNING | 43 mail) with high overall throughput. 114 increase throughput. The number of queue runners can be controlled 206 way to achieve high throughput is to set the delivery mode to
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/misc/ |
| H A D | xlnx,sd-fec.txt | 4 which provides high-throughput LDPC and Turbo Code implementations.
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | properties.shlib | 28 typeset -a logbias_prop_vals=('latency' 'throughput')
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86.td | 343 // vector FSQRT has higher throughput than the corresponding NR code. 344 // The idea is that throughput bound code is likely to be vectorized, so for 345 // vectorized code we should care about the throughput of SQRT operations. 354 // If lzcnt has equivalent latency/throughput to most simple integer ops, it can 501 "with good throughput">; 505 // SSE3) with better latency/throughput than the alternative sequence.
|
| /freebsd-13.1/sys/dev/usb/gadget/ |
| H A D | g_modem.c | 122 SYSCTL_INT(_hw_usb_g_modem, OID_AUTO, throughput, CTLFLAG_RD,
|
| H A D | g_audio.c | 126 SYSCTL_INT(_hw_usb_g_audio, OID_AUTO, throughput, CTLFLAG_RD,
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | FREEBSD-upgrade | 190 increased throughput on high-BxD links), but we recognize and
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | index.rst | 88 disk latency/throughput, your results may vary.
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | README | 185 throughput of medium delay network paths (1-6 sec. round trip
|
| H A D | README.md | 185 throughput of medium delay network paths (1-6 sec. round trip
|