Searched refs:write_bandwidth (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/cxl/core/
H A Dcdat.c107 coord->write_bandwidth = val;
113 coord->write_bandwidth = val;
252 dent->coord[ACCESS_COORDINATE_CPU].write_bandwidth,
521 if (c1->write_bandwidth && c2->write_bandwidth)
522 out->write_bandwidth = min(c1->write_bandwidth,
523 c2->write_bandwidth);
586 cxlr->coord[i].write_bandwidth += perf->coord[i].write_bandwidth;
[all...]
H A Dport.c2147 if (c[i].read_bandwidth && c[i].write_bandwidth &&
2159 c[i].write_bandwidth = min(c[i].write_bandwidth, bw);
2190 .write_bandwidth = UINT_MAX,
2194 .write_bandwidth = UINT_MAX,
H A Dregion.c58 ACCESS_ATTR_RO(0, write_bandwidth);
66 ACCESS_ATTR_DECLARE(0, write_bandwidth),
74 ACCESS_ATTR_RO(1, write_bandwidth);
79 ACCESS_ATTR_DECLARE(1, write_bandwidth),
105 cxlr->coord[level].write_bandwidth == 0) \
/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) {
670 abs(perf->write_bandwidth - default_dram_perf.write_bandwidth) * 10 >
671 default_dram_perf.write_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);
H A Dbacking-dev.c97 (unsigned long) K(wb->write_bandwidth),
407 wb->write_bandwidth = INIT_BW;
H A Dpage-writeback.c1186 unsigned long old = wb->write_bandwidth;
1192 * bw * elapsed + write_bandwidth * (period - elapsed)
1193 * write_bandwidth = ---------------------------------------------------
1206 bw += (u64)wb->write_bandwidth * (period - elapsed);
1226 wb->write_bandwidth = bw;
/linux-master/include/linux/
H A Dnode.h26 * @write_bandwidth: Write bandwidth in MB/s
32 unsigned int write_bandwidth; member in struct:access_coordinate
H A Dbacking-dev-defs.h123 unsigned long write_bandwidth; /* the estimated write bandwidth */ member in struct:bdi_writeback
/linux-master/drivers/acpi/numa/
H A Dhmat.c319 target->coord[access].write_bandwidth = value;
325 target->coord[access].write_bandwidth = value;
354 coord->write_bandwidth, access);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h290 float write_bandwidth[number_of_planes_minus_one + 1]; member in struct:dcn_bw_internal_vars
/linux-master/include/trace/events/
H A Dwriteback.h596 __entry->write_bw = KBps(wb->write_bandwidth);
/linux-master/drivers/base/
H A Dnode.c176 ACCESS_ATTR(write_bandwidth); variable
/linux-master/drivers/cxl/
H A Dacpi.c225 [3].integer = { ACPI_TYPE_INTEGER, coord->write_bandwidth },
/linux-master/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;
197 v->write_bandwidth[k] = v->scaler_rec_out_width[k] / (v->htotal[k] / v->pixel_clock[k]) * 1.5;
200 v->write_bandwidth[k] = 0.0;
202 v->total_write_bandwidth_consumed_gbyte_per_second = v->total_write_bandwidth_consumed_gbyte_per_second + v->write_bandwidth[k] / 1000.0;
/linux-master/tools/testing/cxl/test/
H A Dcxl.c993 dpa_perf->coord[i].write_bandwidth = 1000;

Completed in 206 milliseconds