/kernel/linux/linux-5.10/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 },
|
/kernel/linux/linux-5.10/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 | 337 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 …]
|
D | bat_v_elp.c | 72 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()
|
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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dsc/ |
D | dc_dsc.c | 134 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/ |
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.
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_benchmark.c | 64 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/ |
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()
|
/kernel/linux/linux-5.10/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 },
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | tcp_mmap.c | 158 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/ |
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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
D | mac80211.c | 74 { .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/ |
D | x25.h | 106 unsigned int throughput; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | x25.h | 59 unsigned int throughput; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | x25.h | 72 unsigned int throughput; member
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-xen-blkfront | 8 is 32 - higher value means more potential throughput but more
|
/kernel/linux/linux-5.10/drivers/staging/fbtft/ |
D | fbtft-core.c | 235 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()
|