Home
last modified time | relevance | path

Searched refs:write_bandwidth (Results 1 – 18 of 18) 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()
522 if (c1->write_bandwidth && c2->write_bandwidth) in __cxl_coordinates_combine()
523 out->write_bandwidth = min(c1->write_bandwidth, in __cxl_coordinates_combine()
524 c2->write_bandwidth); in __cxl_coordinates_combine()
557 coord[i].write_bandwidth = c1[i].write_bandwidth + in cxl_bandwidth_add()
558 c2[i].write_bandwidth; in cxl_bandwidth_add()
964 cxlr->coord[i].write_bandwidth = coord[i].write_bandwidth; in cxl_region_update_bandwidth()
1069 cxlr->coord[i].write_bandwidth += perf->coord[i].write_bandwidth; in cxl_region_perf_data_calculate()
H A Dport.c2132 if (c[i].read_bandwidth && c[i].write_bandwidth && in coordinates_valid()
2144 c[i].write_bandwidth = min(c[i].write_bandwidth, bw); in set_min_bandwidth()
2176 .write_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates()
2180 .write_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates()
2261 c[i].write_bandwidth = dport->coord[i].write_bandwidth; in cxl_port_get_switch_dport_bandwidth()
H A Dregion.c59 ACCESS_ATTR_RO(0, write_bandwidth);
67 ACCESS_ATTR_DECLARE(0, write_bandwidth),
75 ACCESS_ATTR_RO(1, write_bandwidth);
80 ACCESS_ATTR_DECLARE(1, write_bandwidth),
106 cxlr->coord[level].write_bandwidth == 0) \
H A Dpci.c1052 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 Dbacking-dev.c534 wb->write_bandwidth = INIT_BW; in cgwb_kill()
H A Dpage-writeback.c1264 unsigned long old = wb->write_bandwidth; in wb_update_write_bandwidth()
1284 bw += (u64)wb->write_bandwidth * (period - elapsed); in wb_update_write_bandwidth()
1304 wb->write_bandwidth = bw; in wb_update_write_bandwidth()
/linux/include/linux/
H A Dnode.h31 unsigned int write_bandwidth; member
H A Dbacking-dev-defs.h123 unsigned long write_bandwidth; /* the estimated write bandwidth */ member
/linux/drivers/acpi/numa/
H A Dhmat.c319 target->coord[access].write_bandwidth = value; in hmat_update_target_access()
325 target->coord[access].write_bandwidth = value; in hmat_update_target_access()
354 coord->write_bandwidth, access); in hmat_update_target_coordinates()
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h290 float write_bandwidth[number_of_planes_minus_one + 1]; member
/linux/Documentation/admin-guide/mm/
H A Dnumaperf.rst86 |-- write_bandwidth
/linux/Documentation/ABI/stable/
H A Dsysfs-devices-node132 What: /sys/devices/system/node/nodeX/accessY/initiators/write_bandwidth
/linux/drivers/cxl/
H A Dacpi.c211 [3].integer = { ACPI_TYPE_INTEGER, coord->write_bandwidth }, in cxl_acpi_evaluate_qtg_dsm()
/linux/include/trace/events/
H A Dwriteback.h604 __entry->write_bw = KBps(wb->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.c993 dpa_perf->coord[i].write_bandwidth = 1000; in dpa_perf_setup()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl568 /sys/devices/system/node/nodeX/accessY/initiators/write_bandwidth.