Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnode.h33 unsigned int write_bandwidth; member
H A Dbacking-dev-defs.h127 unsigned long write_bandwidth; /* the estimated write bandwidth */ member
/OK3568_Linux_fs/kernel/drivers/acpi/numa/
H A Dhmat.c242 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
248 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
/OK3568_Linux_fs/kernel/mm/
H A Dbacking-dev.c95 (unsigned long) K(wb->write_bandwidth), in bdi_debug_stats_show()
300 wb->write_bandwidth = INIT_BW; in wb_init()
H A Dpage-writeback.c1086 unsigned long old = wb->write_bandwidth; in wb_update_write_bandwidth()
1106 bw += (u64)wb->write_bandwidth * (period - elapsed); in wb_update_write_bandwidth()
1126 wb->write_bandwidth = bw; in wb_update_write_bandwidth()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calcs.h290 float write_bandwidth[number_of_planes_minus_one + 1]; member
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dsysfs-devices-node132 What: /sys/devices/system/node/nodeX/accessY/initiators/write_bandwidth
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnumaperf.rst86 |-- write_bandwidth
/OK3568_Linux_fs/kernel/include/acpi/
H A Dactbl2.h1436 u32 write_bandwidth; member
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c172 ACCESS_ATTR(write_bandwidth);
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dwriteback.h595 __entry->write_bw = KBps(wb->write_bandwidth);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/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()