Searched refs:write_bandwidth (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | cdat.c | 106 coord->write_bandwidth = val; in __cxl_access_coordinate_set() 112 coord->write_bandwidth = val; in __cxl_access_coordinate_set() 253 dent->coord[ACCESS_COORDINATE_CPU].write_bandwidth, in update_perf_entry() 531 if (c1->write_bandwidth && c2->write_bandwidth) in __cxl_coordinates_combine() 532 out->write_bandwidth = min(c1->write_bandwidth, in __cxl_coordinates_combine() 533 c2->write_bandwidth); in __cxl_coordinates_combine() 566 coord[i].write_bandwidth = c1[i].write_bandwidth + in cxl_bandwidth_add() 567 c2[i].write_bandwidth; in cxl_bandwidth_add() 967 cxlr->coord[i].write_bandwidth = coord[i].write_bandwidth; in cxl_region_update_bandwidth() 1072 cxlr->coord[i].write_bandwidth += perf->coord[i].write_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() 2303 c[i].write_bandwidth = min(c[i].write_bandwidth, bw); in set_min_bandwidth() 2335 .write_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2339 .write_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates() 2420 c[i].write_bandwidth = dport->coord[i].write_bandwidth; in cxl_port_get_switch_dport_bandwidth()
|
| H A D | region.c | 67 ACCESS_ATTR_RO(0, write_bandwidth); 75 ACCESS_ATTR_DECLARE(0, write_bandwidth), 83 ACCESS_ATTR_RO(1, write_bandwidth); 88 ACCESS_ATTR_DECLARE(1, write_bandwidth), 114 cxlr->coord[level].write_bandwidth == 0) \
|
| H A D | pci.c | 1034 c[i].write_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() 766 abs(perf->write_bandwidth - default_dram_perf.write_bandwidth) * 10 > in mt_set_default_dram_perf() 767 default_dram_perf.write_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 | page-writeback.c | 1240 unsigned long old = wb->write_bandwidth; in wb_update_write_bandwidth() 1260 bw += (u64)wb->write_bandwidth * (period - elapsed); in wb_update_write_bandwidth() 1280 wb->write_bandwidth = bw; in wb_update_write_bandwidth()
|
| H A D | backing-dev.c | 534 wb->write_bandwidth = INIT_BW; in wb_init()
|
| 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 | 31 unsigned int write_bandwidth; member
|
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 357 target->coord[access].write_bandwidth = value; in hmat_update_target_access() 363 target->coord[access].write_bandwidth = value; in hmat_update_target_access()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 86 |-- write_bandwidth
|
| /linux/drivers/base/ |
| H A D | node.c | 199 ACCESS_ATTR(write_bandwidth);
|
| /linux/drivers/cxl/ |
| H A D | acpi.c | 238 [3].integer = { ACPI_TYPE_INTEGER, coord->write_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
|
| /linux/include/trace/events/ |
| H A D | writeback.h | 629 __entry->write_bw = KBps(wb->write_bandwidth);
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-cxl | 584 /sys/bus/cxl/devices/regionZ/accessY/write_bandwidth 594 /sys/devices/system/node/nodeX/accessY/initiators/write_bandwidth.
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/calcs/ |
| H A D | dcn_calc_auto.c | 194 v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 4.0; in mode_support_and_system_configuration() 197 v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 1.5; in mode_support_and_system_configuration() 200 v->write_bandwidth[k] = 0.0; in mode_support_and_system_configuration() 202 …e_per_second = v->total_write_bandwidth_consumed_gbyte_per_second + v->write_bandwidth[k] / 1000.0; in mode_support_and_system_configuration()
|
| /linux/tools/testing/cxl/test/ |
| H A D | cxl.c | 1082 dpa_perf->coord[i].write_bandwidth = 1000; in dpa_perf_setup()
|