Home
last modified time | relevance | path

Searched refs:write_bandwidth (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/include/linux/
Dnode.h33 unsigned int write_bandwidth; member
Dbacking-dev-defs.h149 unsigned long write_bandwidth; /* the estimated write bandwidth */ member
/Linux-v5.4/drivers/acpi/hmat/
Dhmat.c212 target->hmem_attrs.write_bandwidth = value; in hmat_update_target_access()
218 target->hmem_attrs.write_bandwidth = value; in hmat_update_target_access()
/Linux-v5.4/mm/
Dbacking-dev.c97 (unsigned long) K(wb->write_bandwidth), in bdi_debug_stats_show()
303 wb->write_bandwidth = INIT_BW; in wb_init()
Dpage-writeback.c1089 unsigned long old = wb->write_bandwidth; in wb_update_write_bandwidth()
1109 bw += (u64)wb->write_bandwidth * (period - elapsed); in wb_update_write_bandwidth()
1129 wb->write_bandwidth = bw; in wb_update_write_bandwidth()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Ddcn_calcs.h290 float write_bandwidth[number_of_planes_minus_one + 1]; member
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-devices-node132 What: /sys/devices/system/node/nodeX/accessY/initiators/write_bandwidth
/Linux-v5.4/Documentation/admin-guide/mm/
Dnumaperf.rst81 |-- write_bandwidth
/Linux-v5.4/drivers/base/
Dnode.c167 ACCESS_ATTR(write_bandwidth)
/Linux-v5.4/include/acpi/
Dactbl2.h1421 u32 write_bandwidth; member
/Linux-v5.4/include/trace/events/
Dwriteback.h604 __entry->write_bw = KBps(wb->write_bandwidth);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/
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()