Home
last modified time | relevance | path

Searched refs:read_bandwidth (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/cxl/core/
H A Dcdat.c105 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 Dport.c2332 if (c[i].read_bandwidth && c[i].write_bandwidth && in coordinates_valid()
2345 c[i].read_bandwidth = min(c[i].read_bandwidth, bw); in set_min_bandwidth()
2375 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates()
2379 .read_bandwidth = UINT_MAX, in cxl_endpoint_get_perf_coordinates()
2460 c[i].read_bandwidth = dport->coord[i].read_bandwidth; in cxl_port_get_switch_dport_bandwidth()
H A Dregion.c66 ACCESS_ATTR_RO(0, read_bandwidth);
75 ACCESS_ATTR_DECLARE(0, read_bandwidth),
82 ACCESS_ATTR_RO(1, read_bandwidth);
88 ACCESS_ATTR_DECLARE(1, read_bandwidth),
111 cxlr->coord[level].read_bandwidth == 0) \
2632 if (cxlr->coord[i].read_bandwidth) { in cxl_region_update_coordinates()
H A Dpci.c773 c[i].read_bandwidth = bw; in cxl_pci_get_bandwidth()
/linux/include/linux/
H A Dnode.h30 unsigned int read_bandwidth; member
/linux/drivers/acpi/numa/
H A Dhmat.c356 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 Dnumaperf.rst84 |-- read_bandwidth
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl603 What: /sys/bus/cxl/devices/regionZ/accessY/read_bandwidth
613 /sys/devices/system/node/nodeX/accessY/initiators/read_bandwidth or
/linux/tools/testing/cxl/test/
H A Dcxl.c1572 dpa_perf->coord[i].read_bandwidth = 1000; in dpa_perf_setup()