| /freebsd-14.2/tools/tools/usbtest/ |
| H A D | usbtest.c | 194 int throughput = 0; in show_default_audio_select() local 216 len = sizeof(throughput); in show_default_audio_select() 219 &throughput, &len, 0, 0); in show_default_audio_select() 246 pattern, pattern_interval, throughput); in show_default_audio_select() 523 int throughput = 0; in show_default_modem_select() local 545 len = sizeof(throughput); in show_default_modem_select() 548 &throughput, &len, 0, 0); in show_default_modem_select() 575 pattern, pattern_interval, throughput); in show_default_modem_select()
|
| /freebsd-14.2/sbin/dump/ |
| H A D | dumprmt.c | 132 int throughput; in rmtgetconn() local 174 throughput = IPTOS_THROUGHPUT; in rmtgetconn() 176 &throughput, sizeof(throughput)) < 0) in rmtgetconn()
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | ipv6cp.c | 296 throughput_init(&ipv6cp->throughput, SAMPLE_PERIOD); in ipv6cp_Init() 304 throughput_destroy(&ipv6cp->throughput); in ipv6cp_Destroy() 345 throughput_disp(&ipv6cp->throughput, arg->prompt); in ipv6cp_Show() 369 throughput_addin(&ipv6cp->throughput, n); in ipv6cp_AddInOctets() 375 throughput_addout(&ipv6cp->throughput, n); in ipv6cp_AddOutOctets() 481 fp->bundle->links, RAD_START, &ipv6cp->throughput); in ipv6cp_LayerUp() 534 fp->bundle->links, RAD_STOP, &ipv6cp->throughput); in ipv6cp_LayerDown() 578 throughput_start(&ipv6cp->throughput, "IPV6CP throughput", in ipv6cp_LayerStart() 591 throughput_stop(&ipv6cp->throughput); in ipv6cp_LayerFinish() 592 throughput_log(&ipv6cp->throughput, LogIPV6CP, NULL); in ipv6cp_LayerFinish()
|
| H A D | ipcp.c | 165 throughput_addin(&ipcp->throughput, n); in ipcp_AddInOctets() 171 throughput_addout(&ipcp->throughput, n); in ipcp_AddOutOctets() 416 throughput_disp(&ipcp->throughput, arg->prompt); in ipcp_Show() 494 throughput_init(&ipcp->throughput, SAMPLE_PERIOD); in ipcp_Init() 502 throughput_destroy(&ipcp->throughput); in ipcp_Destroy() 825 throughput_start(&ipcp->throughput, "IPCP throughput", in IpcpLayerStart() 838 throughput_stop(&ipcp->throughput); in IpcpLayerFinish() 839 throughput_log(&ipcp->throughput, LogIPCP, NULL); in IpcpLayerFinish() 881 fp->bundle->links, RAD_STOP, &ipcp->throughput); in IpcpLayerDown() 950 RAD_START, &ipcp->throughput); in IpcpLayerUp()
|
| H A D | ipv6cp.h | 55 struct pppThroughput throughput; /* throughput statistics */ member
|
| H A D | ipcp.h | 99 struct pppThroughput throughput; /* throughput statistics */ member
|
| H A D | command.c | 538 oin = bundle->ncp.ipcp.throughput.OctetsIn; in command_Expand() 539 oout = bundle->ncp.ipcp.throughput.OctetsOut; in command_Expand() 540 pin = bundle->ncp.ipcp.throughput.PacketsIn; in command_Expand() 541 pout = bundle->ncp.ipcp.throughput.PacketsOut; in command_Expand() 543 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand() 544 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; in command_Expand() 545 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; in command_Expand() 546 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; in command_Expand() 564 bundle->ncp.ipcp.throughput.OctetsIn); in command_Expand() 3135 t = &arg->bundle->ncp.ipcp.throughput; in ClearCommand() [all …]
|
| H A D | Makefile | 12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
|
| /freebsd-14.2/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-14.2/contrib/ntp/sntp/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | aspeed,ast2500-hace.yaml | 13 The Hash and Crypto Engine (HACE) is designed to accelerate the throughput
|
| H A D | aspeed,ast2600-acry.yaml | 13 The ACRY ECDSA/RSA engines is designed to accelerate the throughput
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | mac80211.c | 156 { .throughput = 0 * 1024, .blink_time = 334 }, 157 { .throughput = 1 * 1024, .blink_time = 260 }, 158 { .throughput = 5 * 1024, .blink_time = 220 }, 159 { .throughput = 10 * 1024, .blink_time = 190 }, 160 { .throughput = 20 * 1024, .blink_time = 170 }, 161 { .throughput = 50 * 1024, .blink_time = 150 }, 162 { .throughput = 70 * 1024, .blink_time = 130 }, 163 { .throughput = 100 * 1024, .blink_time = 110 }, 164 { .throughput = 200 * 1024, .blink_time = 80 }, 165 { .throughput = 300 * 1024, .blink_time = 50 },
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | cypress,cy8ctma340.yaml | 47 the device on the SPI bus. The throughput is maximum 2 Mbps so the 48 typical value is 2000000, if higher rates are used the total throughput
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVSchedSyntacoreSCR1.td | 57 // Integer division: latency 33, inverse throughput 33 63 // Load/store instructions on SCR1 have latency 2 and inverse throughput 2
|
| /freebsd-14.2/share/examples/pf/ |
| H A D | ackpri | 4 # which dramatically improves throughput on (asymmetric) links when the
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | sony,imx214.txt | 7 throughput of 1.2Gbps/lane.
|
| H A D | sony,imx214.yaml | 16 maximum throughput of 1.2Gbps/lane.
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | bcm2711-rpi-cm4.dtsi | 51 * this provides a throughput gain
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interconnect/ |
| H A D | qcom,msm8998-bwmon.yaml | 13 Bandwidth Monitor measures current throughput on buses between various NoC
|
| H A D | interconnect.txt | 13 to consumer drivers. These capabilities can be throughput, latency, priority
|
| /freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/misc/ |
| H A D | xlnx,sd-fec.txt | 4 which provides high-throughput LDPC and Turbo Code implementations.
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | properties.shlib | 29 typeset -a logbias_prop_vals=('latency' 'throughput')
|