Searched refs:read_bandwidth (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 105 coord->read_bandwidth = val; in __cxl_access_coordinate_set() 109 coord->read_bandwidth = val; in __cxl_access_coordinate_set() 252 dent->coord[ACCESS_COORDINATE_CPU].read_bandwidth, in update_perf_entry() 536 if (c1->read_bandwidth && c2->read_bandwidth) in __cxl_coordinates_combine() 537 out->read_bandwidth = min(c1->read_bandwidth, in __cxl_coordinates_combine() 538 c2->read_bandwidth); in __cxl_coordinates_combine() 564 coord[i].read_bandwidth = c1[i].read_bandwidth + in cxl_bandwidth_add() 565 c2[i].read_bandwidth; in cxl_bandwidth_add() 966 cxlr->coord[i].read_bandwidth = coord[i].read_bandwidth; in cxl_region_update_bandwidth() 1071 cxlr->coord[i].read_bandwidth += perf->coord[i].read_bandwidth; in cxl_region_perf_data_calculate()
|
| H A D | port.c | 2291 if (c[i].read_bandwidth && c[i].write_bandwidth && in coordinates_valid() 2304 c[i].read_bandwidth = min(c[i].read_bandwidth, bw); in set_min_bandwidth() 2334 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2338 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2419 c[i].read_bandwidth = dport->coord[i].read_bandwidth; in cxl_port_get_switch_dport_bandwidth()
|
| H A D | region.c | 65 ACCESS_ATTR_RO(0, read_bandwidth); 74 ACCESS_ATTR_DECLARE(0, read_bandwidth), 81 ACCESS_ATTR_RO(1, read_bandwidth); 87 ACCESS_ATTR_DECLARE(1, read_bandwidth), 110 cxlr->coord[level].read_bandwidth == 0) \ 2498 if (cxlr->coord[i].read_bandwidth) { in cxl_region_update_coordinates()
|
| H A D | pci.c | 1033 c[i].read_bandwidth = bw; in cxl_pci_get_bandwidth()
|
| /linux/mm/ |
| H A D | memory-tiers.c | 733 coord->read_bandwidth, coord->write_bandwidth); in dump_hmem_attrs() 744 perf->read_bandwidth + perf->write_bandwidth == 0) in mt_set_default_dram_perf() 764 abs(perf->read_bandwidth - default_dram_perf.read_bandwidth) * 10 > in mt_set_default_dram_perf() 765 default_dram_perf.read_bandwidth || in mt_set_default_dram_perf() 792 perf->read_bandwidth + perf->write_bandwidth == 0) in mt_perf_to_adistance() 808 (default_dram_perf.read_bandwidth + default_dram_perf.write_bandwidth) / in mt_perf_to_adistance() 809 (perf->read_bandwidth + perf->write_bandwidth); in mt_perf_to_adistance()
|
| H A D | mempolicy.c | 227 bw_val = min(coords->read_bandwidth, coords->write_bandwidth); in mempolicy_set_node_perf()
|
| /linux/include/linux/ |
| H A D | node.h | 30 unsigned int read_bandwidth; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calc_auto.c | 176 …v->read_bandwidth[k] = v->swath_width_ysingle_dpp[k] * (dcn_bw_ceil2(v->byte_per_pixel_in_dety[k],… in mode_support_and_system_configuration() 178 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256); in mode_support_and_system_configuration() 181 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 64); in mode_support_and_system_configuration() 184 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256); in mode_support_and_system_configuration() 187 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 512); in mode_support_and_system_configuration() 189 …yte_per_second = v->total_read_bandwidth_consumed_gbyte_per_second + v->read_bandwidth[k] / 1000.0; in mode_support_and_system_configuration() 837 …_immediate_flip = v->bw_available_for_immediate_flip -dcn_bw_max2(v->read_bandwidth[k], v->prefetc… in mode_support_and_system_configuration() 918 …mum_read_bandwidth_with_prefetch_with_immediate_flip +dcn_bw_max2(v->read_bandwidth[k], v->require… in mode_support_and_system_configuration() 921 …mum_read_bandwidth_with_prefetch_with_immediate_flip +dcn_bw_max2(v->read_bandwidth[k], v->require… in mode_support_and_system_configuration() 926 …_read_bandwidth_with_prefetch_without_immediate_flip +dcn_bw_max2(v->read_bandwidth[k], v->require… in mode_support_and_system_configuration()
|
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 356 target->coord[access].read_bandwidth = value; in hmat_update_target_access() 360 target->coord[access].read_bandwidth = value; in hmat_update_target_access()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 84 |-- read_bandwidth
|
| /linux/drivers/base/ |
| H A D | node.c | 197 ACCESS_ATTR(read_bandwidth);
|
| /linux/drivers/cxl/ |
| H A D | acpi.c | 237 [2].integer = { ACPI_TYPE_INTEGER, coord->read_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-cxl | 583 What: /sys/bus/cxl/devices/regionZ/accessY/read_bandwidth 593 /sys/devices/system/node/nodeX/accessY/initiators/read_bandwidth or
|
| /linux/tools/testing/cxl/test/ |
| H A D | cxl.c | 1081 dpa_perf->coord[i].read_bandwidth = 1000; in dpa_perf_setup()
|