Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 25 of 42) sorted by relevance

12

/trueos/tools/tools/usbtest/
HDusbtest.c195 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()
/trueos/contrib/gcc/config/ia64/
HDia64.opt48 minline-float-divide-max-throughput
50 Generate inline floating point division, optimize for throughput
59 minline-int-divide-max-throughput
61 Generate inline integer division, optimize for throughput
71 minline-sqrt-max-throughput
73 Generate inline square root, optimize for throughput
/trueos/usr.sbin/ppp/
HDipv6cp.c296 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()
HDipcp.c165 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()
HDipv6cp.h55 struct pppThroughput throughput; /* throughput statistics */ member
HDcommand.c538 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()
566 bundle->ncp.ipcp.throughput.OctetsOut); in command_Expand()
[all …]
HDipcp.h99 struct pppThroughput throughput; /* throughput statistics */ member
HDMakefile12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
HDREADME.changes132 o MP autoload throughput measurements are now based on the maximum of input
/trueos/sbin/dump/
HDdumprmt.c133 int throughput; in rmtgetconn() local
175 throughput = IPTOS_THROUGHPUT; in rmtgetconn()
177 &throughput, sizeof(throughput)) < 0) in rmtgetconn()
/trueos/contrib/ofed/libibverbs/debian/
HDcontrol.in18 high-throughput, low-latency networking technology. InfiniBand host
37 high-throughput, low-latency networking technology. InfiniBand host
56 high-throughput, low-latency networking technology. InfiniBand host
74 high-throughput, low-latency networking technology. InfiniBand host
/trueos/sys/dev/drm2/radeon/
HDradeon_benchmark.c87 unsigned int throughput = (n * (size >> 10)) / time; in radeon_benchmark_log_results() local
91 throughput * 8, throughput); in radeon_benchmark_log_results()
/trueos/share/examples/pf/
HDackpri5 # which dramatically improves throughput on (asymmetric) links when the
/trueos/contrib/sendmail/src/
HDTUNING43 mail) with high overall throughput.
114 increase throughput. The number of queue runners can be controlled
195 way to achieve high throughput is to set the delivery mode to
/trueos/contrib/gcc/config/i386/
HDppro.md177 ;; lea executes on port 0 with latency one and throughput 1.
184 ;; Shift and rotate execute on port 0 with latency and throughput 1.
239 ;; imul has throughput one, but latency 4, and can only execute on port 0.
299 ;; has throughput "1/cycle (align with FADD)". What do they
448 ;; throughput of 1/cycle.
HDk6.md232 ;; Most FPU instructions have latency 2 and throughput 2.
/trueos/sys/dev/usb/gadget/
HDg_modem.c119 SYSCTL_INT(_hw_usb_g_modem, OID_AUTO, throughput, CTLFLAG_RD,
HDg_audio.c123 SYSCTL_INT(_hw_usb_g_audio, OID_AUTO, throughput, CTLFLAG_RD,
/trueos/contrib/gcc/config/rs6000/
HDrs6000.opt140 Generate software floating point divide for better throughput
/trueos/crypto/openssh/
HDREADME.hpn93 the throughput will be no more than n/RTT. The minimum buffer size is 1KB.
/trueos/sys/geom/sched/
HDREADME111 The disk throughput is much better if it serves sequential requests.
/trueos/tools/tools/sysdoc/
HDtunables.mdoc833 improve throughput for network connections.
842 packets and can significantly improve throughput
1300 which greatly improves throughput.
/trueos/contrib/tcpdump/
HDREADME200 throughput of medium delay network paths (1-6 sec. round trip
/trueos/sys/dev/ixl/
HDREADME314 -Best throughput results are seen with a large MTU; use 9706 if possible.
/trueos/contrib/llvm/include/llvm/Target/
HDTargetSchedule.td110 // determines the throughput of instructions that require the resource.

12