Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dled.c42 { .throughput = 0, .blink_time = 334 },
43 { .throughput = 1 * 1024 - 1, .blink_time = 260 },
44 { .throughput = 5 * 1024 - 1, .blink_time = 220 },
45 { .throughput = 10 * 1024 - 1, .blink_time = 190 },
46 { .throughput = 20 * 1024 - 1, .blink_time = 170 },
47 { .throughput = 50 * 1024 - 1, .blink_time = 150 },
48 { .throughput = 70 * 1024 - 1, .blink_time = 130 },
49 { .throughput = 100 * 1024 - 1, .blink_time = 110 },
50 { .throughput = 200 * 1024 - 1, .blink_time = 80 },
51 { .throughput = 300 * 1024 - 1, .blink_time = 50 },
/kernel/linux/linux-5.10/net/batman-adv/
Dbat_v.c117 ewma_throughput_init(&hardif_neigh->bat_v.throughput); in batadv_v_hardif_neigh_init()
146 n_ifinfo->bat_v.throughput / 10, in batadv_v_orig_print_neigh()
147 n_ifinfo->bat_v.throughput % 10); in batadv_v_orig_print_neigh()
163 u32 throughput; in batadv_v_hardif_neigh_print() local
167 throughput = ewma_throughput_read(&hardif_neigh->bat_v.throughput); in batadv_v_hardif_neigh_print()
170 hardif_neigh->addr, last_secs, last_msecs, throughput / 10, in batadv_v_hardif_neigh_print()
171 throughput % 10, hardif_neigh->if_incoming->net_dev->name); in batadv_v_hardif_neigh_print()
223 u32 throughput; in batadv_v_neigh_dump_neigh() local
226 throughput = ewma_throughput_read(&hardif_neigh->bat_v.throughput); in batadv_v_neigh_dump_neigh()
227 throughput = throughput * 100; in batadv_v_neigh_dump_neigh()
[all …]
Dbat_v_ogm.c337 ntohl(ogm_packet->throughput), ogm_packet->ttl, in batadv_v_ogm_send_softif()
476 u32 throughput) in batadv_v_forward_penalty() argument
483 throughput = throughput * (hop_penalty_max - if_hop_penalty) / in batadv_v_forward_penalty()
488 return throughput; in batadv_v_forward_penalty()
494 if (throughput > 10 && in batadv_v_forward_penalty()
497 return throughput / 2; in batadv_v_forward_penalty()
500 return throughput * (hop_penalty_max - hop_penalty) / hop_penalty_max; in batadv_v_forward_penalty()
575 ogm_forward->throughput = htonl(neigh_ifinfo->bat_v.throughput); in batadv_v_ogm_forward()
580 if_outgoing->net_dev->name, ntohl(ogm_forward->throughput), in batadv_v_ogm_forward()
661 ntohl(ogm2->throughput)); in batadv_v_ogm_metric_update()
[all …]
Dbat_v_elp.c72 u32 throughput; in batadv_v_elp_get_throughput() local
78 throughput = atomic_read(&hard_iface->bat_v.throughput_override); in batadv_v_elp_get_throughput()
79 if (throughput != 0) in batadv_v_elp_get_throughput()
80 return throughput; in batadv_v_elp_get_throughput()
138 throughput = link_settings.base.speed; in batadv_v_elp_get_throughput()
139 if (throughput && throughput != SPEED_UNKNOWN) in batadv_v_elp_get_throughput()
140 return throughput * 10; in batadv_v_elp_get_throughput()
172 ewma_throughput_add(&neigh->bat_v.throughput, in batadv_v_elp_throughput_metric_update()
Dgateway_common.h36 const char *description, u32 *throughput);
Dgateway_common.c37 const char *description, u32 *throughput) in batadv_parse_throughput() argument
88 *throughput = lthroughput; in batadv_parse_throughput()
/kernel/linux/linux-5.10/net/x25/
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()
/kernel/linux/linux-5.10/Documentation/block/
Dbfq-iosched.rst14 throughput high).
17 throughput. So, when needed for achieving a lower latency, BFQ builds
18 schedules that may lead to a lower throughput. If your main or only
20 throughput at all times, then do switch off all low-latency heuristics
23 latency and throughput, or on how to maximize throughput.
31 instrumentation, and using the throughput-sync.sh script of the S
50 support is enabled), then the sustainable throughput with BFQ
117 High throughput
120 On hard disks, BFQ achieves up to 30% higher throughput than CFQ, and
121 up to 150% higher throughput than DEADLINE and NOOP, with all the
[all …]
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.
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/
Ddc_dsc.c134 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() argument
138 *throughput = 0; in dsc_throughput_from_dpcd()
141 *throughput = 170; in dsc_throughput_from_dpcd()
144 *throughput = 340; in dsc_throughput_from_dpcd()
147 *throughput = 400; in dsc_throughput_from_dpcd()
150 *throughput = 450; in dsc_throughput_from_dpcd()
153 *throughput = 500; in dsc_throughput_from_dpcd()
156 *throughput = 550; in dsc_throughput_from_dpcd()
159 *throughput = 600; in dsc_throughput_from_dpcd()
162 *throughput = 650; in dsc_throughput_from_dpcd()
[all …]
/kernel/linux/linux-5.10/Documentation/ABI/obsolete/
Dsysfs-class-net-batman-adv29 Defines the throughput value to be used by B.A.T.M.A.N. V
30 when estimating the link throughput using this interface.
32 estimate the throughput by itself.
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
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,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
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()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
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 },
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 },
/kernel/linux/linux-5.10/tools/testing/selftests/net/
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()
/kernel/linux/linux-5.10/kernel/
DKconfig.preempt11 throughput. It will still provide good latencies most of the
28 at the cost of slightly lower throughput.
51 system is under load, at the cost of slightly lower throughput
/kernel/linux/linux-5.10/Documentation/ide/
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
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmac80211.c74 { .throughput = 0 * 1024, .blink_time = 334 },
75 { .throughput = 1 * 1024, .blink_time = 260 },
76 { .throughput = 5 * 1024, .blink_time = 220 },
77 { .throughput = 10 * 1024, .blink_time = 190 },
78 { .throughput = 20 * 1024, .blink_time = 170 },
79 { .throughput = 50 * 1024, .blink_time = 150 },
80 { .throughput = 70 * 1024, .blink_time = 130 },
81 { .throughput = 100 * 1024, .blink_time = 110 },
82 { .throughput = 200 * 1024, .blink_time = 80 },
83 { .throughput = 300 * 1024, .blink_time = 50 },
/kernel/linux/linux-5.10/include/uapi/linux/
Dx25.h106 unsigned int throughput; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dx25.h59 unsigned int throughput; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dx25.h72 unsigned int throughput; member
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-xen-blkfront8 is 32 - higher value means more potential throughput but more
/kernel/linux/linux-5.10/drivers/staging/fbtft/
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()

12345