Home
last modified time | relevance | path

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

12345

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Dled.c37 { .throughput = 0, .blink_time = 334 },
38 { .throughput = 1 * 1024 - 1, .blink_time = 260 },
39 { .throughput = 5 * 1024 - 1, .blink_time = 220 },
40 { .throughput = 10 * 1024 - 1, .blink_time = 190 },
41 { .throughput = 20 * 1024 - 1, .blink_time = 170 },
42 { .throughput = 50 * 1024 - 1, .blink_time = 150 },
43 { .throughput = 70 * 1024 - 1, .blink_time = 130 },
44 { .throughput = 100 * 1024 - 1, .blink_time = 110 },
45 { .throughput = 200 * 1024 - 1, .blink_time = 80 },
46 { .throughput = 300 * 1024 - 1, .blink_time = 50 },
/linux/net/x25/
A Dx25_facilities.c103 facilities->throughput = p[1]; in x25_parse_facilities()
210 if (facilities->throughput && (facil_mask & X25_MASK_THROUGHPUT)) { in x25_create_facilities()
212 *p++ = facilities->throughput; in x25_create_facilities()
291 if (theirs.throughput) { in x25_negotiate_facilities()
292 int theirs_in = theirs.throughput & 0x0f; in x25_negotiate_facilities()
293 int theirs_out = theirs.throughput & 0xf0; in x25_negotiate_facilities()
294 int ours_in = ours->throughput & 0x0f; in x25_negotiate_facilities()
295 int ours_out = ours->throughput & 0xf0; in x25_negotiate_facilities()
298 new->throughput = (new->throughput & 0xf0) | theirs_in; in x25_negotiate_facilities()
303 new->throughput = (new->throughput & 0x0f) | theirs_out; in x25_negotiate_facilities()
/linux/Documentation/block/
A Dbfq-iosched.rst14 throughput high).
23 latency and throughput, or on how to maximize throughput.
117 High throughput
135 applications that would otherwise cause a throughput loss.
179 throughput.
246 throughput proportional to its weight, even if the throughput
274 got access to the device, the higher the throughput is.
333 throughput and making sure that the desired throughput distribution is
339 number of seeks and see improved throughput.
353 throughput and acceptable latencies.
[all …]
A Ddeadline-iosched.rst41 throughput. When low latency is the primary concern, smaller is better (where
43 generally improves throughput, at the cost of latency variation.
/linux/net/batman-adv/
A Dbat_v.c135 u32 throughput; in batadv_v_neigh_dump_neigh() local
138 throughput = ewma_throughput_read(&hardif_neigh->bat_v.throughput); in batadv_v_neigh_dump_neigh()
139 throughput = throughput * 100; in batadv_v_neigh_dump_neigh()
277 u32 throughput; in batadv_v_orig_dump_subentry() local
284 throughput = n_ifinfo->bat_v.throughput * 100; in batadv_v_orig_dump_subentry()
467 ret = ifinfo1->bat_v.throughput - ifinfo2->bat_v.throughput; in batadv_v_neigh_cmp()
493 threshold = ifinfo1->bat_v.throughput / 4; in batadv_v_neigh_is_sob()
494 threshold = ifinfo1->bat_v.throughput - threshold; in batadv_v_neigh_is_sob()
496 ret = ifinfo2->bat_v.throughput > threshold; in batadv_v_neigh_is_sob()
564 *bw = router_ifinfo->bat_v.throughput; in batadv_v_gw_throughput_get()
[all …]
A Dbat_v_ogm.c338 ntohl(ogm_packet->throughput), ogm_packet->ttl, in batadv_v_ogm_send_softif()
477 u32 throughput) in batadv_v_forward_penalty() argument
484 throughput = throughput * (hop_penalty_max - if_hop_penalty) / in batadv_v_forward_penalty()
489 return throughput; in batadv_v_forward_penalty()
495 if (throughput > 10 && in batadv_v_forward_penalty()
498 return throughput / 2; in batadv_v_forward_penalty()
576 ogm_forward->throughput = htonl(neigh_ifinfo->bat_v.throughput); in batadv_v_ogm_forward()
659 ntohl(ogm2->throughput)); in batadv_v_ogm_metric_update()
660 neigh_ifinfo->bat_v.throughput = path_throughput; in batadv_v_ogm_metric_update()
867 ogm_throughput = ntohl(ogm_packet->throughput); in batadv_v_ogm_process()
[all …]
A Dbat_v_elp.c73 u32 throughput; in batadv_v_elp_get_throughput() local
79 throughput = atomic_read(&hard_iface->bat_v.throughput_override); in batadv_v_elp_get_throughput()
80 if (throughput != 0) in batadv_v_elp_get_throughput()
81 return throughput; in batadv_v_elp_get_throughput()
139 throughput = link_settings.base.speed; in batadv_v_elp_get_throughput()
140 if (throughput && throughput != SPEED_UNKNOWN) in batadv_v_elp_get_throughput()
141 return throughput * 10; in batadv_v_elp_get_throughput()
173 ewma_throughput_add(&neigh->bat_v.throughput, in batadv_v_elp_throughput_metric_update()
A Dgateway_common.c37 const char *description, u32 *throughput) in batadv_parse_throughput() argument
88 *throughput = lthroughput; in batadv_parse_throughput()
A Dgateway_common.h36 const char *description, u32 *throughput);
/linux/drivers/gpu/drm/amd/display/dc/dsc/
A Ddc_dsc.c131 *throughput = 0; in dsc_throughput_from_dpcd()
134 *throughput = 170; in dsc_throughput_from_dpcd()
137 *throughput = 340; in dsc_throughput_from_dpcd()
140 *throughput = 400; in dsc_throughput_from_dpcd()
143 *throughput = 450; in dsc_throughput_from_dpcd()
146 *throughput = 500; in dsc_throughput_from_dpcd()
149 *throughput = 550; in dsc_throughput_from_dpcd()
152 *throughput = 600; in dsc_throughput_from_dpcd()
155 *throughput = 650; in dsc_throughput_from_dpcd()
158 *throughput = 700; in dsc_throughput_from_dpcd()
[all …]
/linux/Documentation/admin-guide/device-mapper/
A Ddm-service-time.rst11 The performance value is a relative throughput value among all paths
25 The relative throughput value of the path
42 The relative throughput value of the path
79 and sda has an average throughput 1GB/s and sdb has 4GB/s,
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_benchmark.c64 unsigned int throughput = (n * (size >> 10)) / time; in amdgpu_benchmark_log_results() local
68 throughput * 8, throughput); in amdgpu_benchmark_log_results()
/linux/drivers/gpu/drm/radeon/
A Dradeon_benchmark.c80 unsigned int throughput = (n * (size >> 10)) / time; in radeon_benchmark_log_results() local
84 throughput * 8, throughput); in radeon_benchmark_log_results()
/linux/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_init.c51 { .throughput = 0 * 1024, .blink_time = 334 },
52 { .throughput = 1 * 1024, .blink_time = 260 },
53 { .throughput = 5 * 1024, .blink_time = 220 },
54 { .throughput = 10 * 1024, .blink_time = 190 },
55 { .throughput = 20 * 1024, .blink_time = 170 },
56 { .throughput = 50 * 1024, .blink_time = 150 },
57 { .throughput = 70 * 1024, .blink_time = 130 },
58 { .throughput = 100 * 1024, .blink_time = 110 },
59 { .throughput = 200 * 1024, .blink_time = 80 },
60 { .throughput = 300 * 1024, .blink_time = 50 },
A Dinit.c87 { .throughput = 0 * 1024, .blink_time = 334 },
88 { .throughput = 1 * 1024, .blink_time = 260 },
89 { .throughput = 5 * 1024, .blink_time = 220 },
90 { .throughput = 10 * 1024, .blink_time = 190 },
91 { .throughput = 20 * 1024, .blink_time = 170 },
92 { .throughput = 50 * 1024, .blink_time = 150 },
93 { .throughput = 70 * 1024, .blink_time = 130 },
94 { .throughput = 100 * 1024, .blink_time = 110 },
95 { .throughput = 200 * 1024, .blink_time = 80 },
96 { .throughput = 300 * 1024, .blink_time = 50 },
/linux/tools/testing/selftests/net/
A Dtcp_mmap.c158 double throughput; in child_thread() local
239 throughput = 0; in child_thread()
241 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()
253 throughput, in child_thread()
/linux/Documentation/ide/
A Dide-tape.rst34 Maximal throughput with minimal bus load will usually be achieved in the
52 In order to maximize bus throughput, we currently use the DSC
67 a method by which we can achieve higher throughput when
/linux/Documentation/misc-devices/
A Ddw-xdata-pcie.rst40 Get link throughput in MB/s::
56 Get link throughput in MB/s::
/linux/Documentation/ABI/testing/
A Dsysfs-driver-xdata17 The user can read the current PCIe link throughput generated
42 The user can read the current PCIe link throughput generated
/linux/kernel/
A DKconfig.preempt23 throughput. It will still provide good latencies most of the
41 at the cost of slightly lower throughput.
63 system is under load, at the cost of slightly lower throughput
/linux/drivers/net/wireless/mediatek/mt76/
A Dmac80211.c147 { .throughput = 0 * 1024, .blink_time = 334 },
148 { .throughput = 1 * 1024, .blink_time = 260 },
149 { .throughput = 5 * 1024, .blink_time = 220 },
150 { .throughput = 10 * 1024, .blink_time = 190 },
151 { .throughput = 20 * 1024, .blink_time = 170 },
152 { .throughput = 50 * 1024, .blink_time = 150 },
153 { .throughput = 70 * 1024, .blink_time = 130 },
154 { .throughput = 100 * 1024, .blink_time = 110 },
155 { .throughput = 200 * 1024, .blink_time = 80 },
156 { .throughput = 300 * 1024, .blink_time = 50 },
/linux/drivers/staging/fbtft/
A Dfbtft-core.c235 long fps, throughput; in fbtft_update_display() local
291 throughput = ktime_us_delta(ts_end, ts_start); in fbtft_update_display()
292 throughput = throughput ? (len * 1000) / throughput : 0; in fbtft_update_display()
293 throughput = throughput * 1000 / 1024; in fbtft_update_display()
297 throughput, fps); in fbtft_update_display()
/linux/drivers/atm/
A DKconfig68 In order to obtain good throughput, the ENI NIC can transfer
81 resulting throughput is lower than when using only the largest
84 Also, sometimes larger bursts lead to lower throughput, e.g. on an
108 may or may not improve throughput.
116 are also set may or may not improve throughput.
139 improve throughput.
147 8W are also set may or may not improve throughput.
/linux/Documentation/arm/omap/
A Domap_pm.rst7 throughput constraints to the kernel power management code.
20 latency and throughput, rather than units which are specific to OMAP
46 4. Set the minimum bus throughput needed by a device::
/linux/Documentation/networking/
A Dtipc.rst14 than with any other known protocol, while maximal throughput is comparable to
94 Maximal byte throughput for inter-node connections is still somewhat lower than
95 for TCP, while they are superior for intra-node and inter-container throughput

Completed in 52 milliseconds

12345