Home
last modified time | relevance | path

Searched refs:write_bandwidth (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/cxl/core/
H A Dcdat.c106 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 Dport.c2291 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 Dregion.c67 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 Dpci.c1034 c[i].write_bandwidth = bw; in cxl_pci_get_bandwidth()
/linux/mm/
H A Dmemory-tiers.c733 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 Dpage-writeback.c1240 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 Dbacking-dev.c534 wb->write_bandwidth = INIT_BW; in wb_init()
H A Dmempolicy.c227 bw_val = min(coords->read_bandwidth, coords->write_bandwidth); in mempolicy_set_node_perf()
/linux/include/linux/
H A Dnode.h31 unsigned int write_bandwidth; member
/linux/drivers/acpi/numa/
H A Dhmat.c357 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 Dnumaperf.rst86 |-- write_bandwidth
/linux/drivers/base/
H A Dnode.c199 ACCESS_ATTR(write_bandwidth);
/linux/drivers/cxl/
H A Dacpi.c238 [3].integer = { ACPI_TYPE_INTEGER, coord->write_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
/linux/include/trace/events/
H A Dwriteback.h629 __entry->write_bw = KBps(wb->write_bandwidth);
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl584 /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 Ddcn_calc_auto.c194 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 Dcxl.c1082 dpa_perf->coord[i].write_bandwidth = 1000; in dpa_perf_setup()