Searched refs:read_bandwidth (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/cxl/core/
H A Dcdat.c106 coord->read_bandwidth = val;
110 coord->read_bandwidth = val;
251 dent->coord[ACCESS_COORDINATE_CPU].read_bandwidth,
526 if (c1->read_bandwidth && c2->read_bandwidth)
527 out->read_bandwidth = min(c1->read_bandwidth,
528 c2->read_bandwidth);
585 cxlr->coord[i].read_bandwidth += perf->coord[i].read_bandwidth;
[all...]
H A Dport.c2147 if (c[i].read_bandwidth && c[i].write_bandwidth &&
2160 c[i].read_bandwidth = min(c[i].read_bandwidth, bw);
2189 .read_bandwidth = UINT_MAX,
2193 .read_bandwidth = UINT_MAX,
H A Dregion.c56 ACCESS_ATTR_RO(0, read_bandwidth);
65 ACCESS_ATTR_DECLARE(0, read_bandwidth),
72 ACCESS_ATTR_RO(1, read_bandwidth);
78 ACCESS_ATTR_DECLARE(1, read_bandwidth),
101 cxlr->coord[level].read_bandwidth == 0) \
2281 if (cxlr->coord[i].read_bandwidth) {
/linux-master/mm/
H A Dmemory-tiers.c629 "%sread_latency: %u, write_latency: %u, read_bandwidth: %u, write_bandwidth: %u\n",
631 coord->read_bandwidth, coord->write_bandwidth);
646 perf->read_bandwidth + perf->write_bandwidth == 0) {
668 abs(perf->read_bandwidth - default_dram_perf.read_bandwidth) * 10 >
669 default_dram_perf.read_bandwidth ||
700 perf->read_bandwidth + perf->write_bandwidth == 0)
714 (default_dram_perf.read_bandwidth + default_dram_perf.write_bandwidth) /
715 (perf->read_bandwidth + perf->write_bandwidth);
/linux-master/include/linux/
H A Dnode.h25 * @read_bandwidth: Read bandwidth in MB/s
31 unsigned int read_bandwidth; member in struct:access_coordinate
/linux-master/drivers/acpi/numa/
H A Dhmat.c318 target->coord[access].read_bandwidth = value;
322 target->coord[access].read_bandwidth = value;
352 coord->read_bandwidth, access);
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_auto.c176 v->read_bandwidth[k] = v->swath_width_ysingle_dpp[k] * (dcn_bw_ceil2(v->byte_per_pixel_in_dety[k], 1.0) * v->v_ratio[k] +dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / 2.0 * v->v_ratio[k] / 2) / (v->htotal[k] / v->pixel_clock[k]);
178 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256);
181 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 64);
184 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 256);
187 v->read_bandwidth[k] = v->read_bandwidth[k] * (1 + 1 / 512);
189 v->total_read_bandwidth_consumed_gbyte_per_second = v->total_read_bandwidth_consumed_gbyte_per_second + v->read_bandwidth[
[all...]
H A Ddcn_calcs.c478 total_active_bw += v->read_bandwidth[i];
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h289 float read_bandwidth[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars
/linux-master/drivers/base/
H A Dnode.c174 ACCESS_ATTR(read_bandwidth); variable
/linux-master/drivers/cxl/
H A Dacpi.c224 [2].integer = { ACPI_TYPE_INTEGER, coord->read_bandwidth },
/linux-master/tools/testing/cxl/test/
H A Dcxl.c992 dpa_perf->coord[i].read_bandwidth = 1000;

Completed in 223 milliseconds