Home
last modified time | relevance | path

Searched refs:write_bandwidth (Results 1 – 11 of 11) 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.c2319 if (c[i].read_bandwidth && c[i].write_bandwidth && in coordinates_valid()
2331 c[i].write_bandwidth = min(c[i].write_bandwidth, bw); in set_min_bandwidth()
2363 .write_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates()
2367 .write_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates()
2448 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) \
/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/mm/
H A Dpage-writeback.c1232 unsigned long old = wb->write_bandwidth; in wb_update_write_bandwidth()
1252 bw += (u64)wb->write_bandwidth * (period - elapsed); in wb_update_write_bandwidth()
1272 wb->write_bandwidth = bw; in wb_update_write_bandwidth()
H A Dmempolicy.c227 bw_val = min(coords->read_bandwidth, coords->write_bandwidth); in mempolicy_set_node_perf()
/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst86 |-- write_bandwidth
/linux/drivers/cxl/
H A Dacpi.c238 [3].integer = { ACPI_TYPE_INTEGER, coord->write_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
/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.c1411 dpa_perf->coord[i].write_bandwidth = 1000; in cxl_mem_init()