| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/ |
| D | led.c | 42 { .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 },
|
| /Linux-v5.4/net/batman-adv/ |
| D | bat_v.c | 117 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 …]
|
| D | bat_v_ogm.c | 340 ntohl(ogm_packet->throughput), ogm_packet->ttl, in batadv_v_ogm_send_softif() 477 u32 throughput) in batadv_v_forward_penalty() argument 484 return throughput; in batadv_v_forward_penalty() 490 if (throughput > 10 && in batadv_v_forward_penalty() 493 return throughput / 2; in batadv_v_forward_penalty() 496 return throughput * (hop_penalty_max - hop_penalty) / hop_penalty_max; in batadv_v_forward_penalty() 571 ogm_forward->throughput = htonl(neigh_ifinfo->bat_v.throughput); in batadv_v_ogm_forward() 576 if_outgoing->net_dev->name, ntohl(ogm_forward->throughput), in batadv_v_ogm_forward() 657 ntohl(ogm2->throughput)); in batadv_v_ogm_metric_update() 658 neigh_ifinfo->bat_v.throughput = path_throughput; in batadv_v_ogm_metric_update() [all …]
|
| D | bat_v_elp.c | 71 u32 throughput; in batadv_v_elp_get_throughput() local 77 throughput = atomic_read(&hard_iface->bat_v.throughput_override); in batadv_v_elp_get_throughput() 78 if (throughput != 0) in batadv_v_elp_get_throughput() 79 return throughput; in batadv_v_elp_get_throughput() 143 throughput = link_settings.base.speed; in batadv_v_elp_get_throughput() 144 if (throughput && throughput != SPEED_UNKNOWN) in batadv_v_elp_get_throughput() 145 return throughput * 10; in batadv_v_elp_get_throughput() 177 ewma_throughput_add(&neigh->bat_v.throughput, in batadv_v_elp_throughput_metric_update()
|
| D | gateway_common.h | 36 const char *description, u32 *throughput);
|
| D | gateway_common.c | 37 const char *description, u32 *throughput) in batadv_parse_throughput() argument 88 *throughput = lthroughput; in batadv_parse_throughput()
|
| /Linux-v5.4/net/x25/ |
| D | x25_facilities.c | 103 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-v5.4/Documentation/block/ |
| D | bfq-iosched.rst | 14 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 …]
|
| D | deadline-iosched.rst | 41 throughput. When low latency is the primary concern, smaller is better (where 43 generally improves throughput, at the cost of latency variation.
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/ |
| D | dc_dsc.c | 91 static bool dsc_throughput_from_dpcd(int dpcd_throughput, int *throughput) in dsc_throughput_from_dpcd() argument 95 *throughput = 0; in dsc_throughput_from_dpcd() 98 *throughput = 170; in dsc_throughput_from_dpcd() 101 *throughput = 340; in dsc_throughput_from_dpcd() 104 *throughput = 400; in dsc_throughput_from_dpcd() 107 *throughput = 450; in dsc_throughput_from_dpcd() 110 *throughput = 500; in dsc_throughput_from_dpcd() 113 *throughput = 550; in dsc_throughput_from_dpcd() 116 *throughput = 600; in dsc_throughput_from_dpcd() 119 *throughput = 650; in dsc_throughput_from_dpcd() [all …]
|
| /Linux-v5.4/Documentation/ABI/obsolete/ |
| D | sysfs-class-net-batman-adv | 29 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.
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | dm-service-time.rst | 11 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-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_benchmark.c | 66 unsigned int throughput = (n * (size >> 10)) / time; in amdgpu_benchmark_log_results() local 70 throughput * 8, throughput); in amdgpu_benchmark_log_results()
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | radeon_benchmark.c | 80 unsigned int throughput = (n * (size >> 10)) / time; in radeon_benchmark_log_results() local 84 throughput * 8, throughput); in radeon_benchmark_log_results()
|
| /Linux-v5.4/drivers/net/wireless/mediatek/mt76/ |
| D | mac80211.c | 70 { .throughput = 0 * 1024, .blink_time = 334 }, 71 { .throughput = 1 * 1024, .blink_time = 260 }, 72 { .throughput = 5 * 1024, .blink_time = 220 }, 73 { .throughput = 10 * 1024, .blink_time = 190 }, 74 { .throughput = 20 * 1024, .blink_time = 170 }, 75 { .throughput = 50 * 1024, .blink_time = 150 }, 76 { .throughput = 70 * 1024, .blink_time = 130 }, 77 { .throughput = 100 * 1024, .blink_time = 110 }, 78 { .throughput = 200 * 1024, .blink_time = 80 }, 79 { .throughput = 300 * 1024, .blink_time = 50 },
|
| /Linux-v5.4/tools/testing/selftests/net/ |
| D | tcp_mmap.c | 130 double throughput; in child_thread() local 201 throughput = 0; in child_thread() 203 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread() 215 throughput, in child_thread()
|
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
| D | htc_drv_init.c | 51 { .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 },
|
| D | init.c | 87 { .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-v5.4/kernel/ |
| D | Kconfig.preempt | 11 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
|
| /Linux-v5.4/Documentation/ide/ |
| D | ide-tape.rst | 34 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-v5.4/Documentation/ABI/testing/ |
| D | sysfs-driver-xen-blkfront | 8 is 32 - higher value means more potential throughput but more
|
| /Linux-v5.4/include/uapi/linux/ |
| D | x25.h | 106 unsigned int throughput; member
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | interconnect.rst | 11 the settings of the interconnects on an SoC. These settings can be throughput, 74 throughput, latency and priority. Usually the consumers are device drivers, that
|
| /Linux-v5.4/drivers/staging/fbtft/ |
| D | fbtft-core.c | 245 long fps, throughput; in fbtft_update_display() local 301 throughput = ktime_us_delta(ts_end, ts_start); in fbtft_update_display() 302 throughput = throughput ? (len * 1000) / throughput : 0; in fbtft_update_display() 303 throughput = throughput * 1000 / 1024; in fbtft_update_display() 307 throughput, fps); in fbtft_update_display()
|
| /Linux-v5.4/drivers/atm/ |
| D | Kconfig | 68 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.
|