Home
last modified time | relevance | path

Searched refs:write_bw (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/trace/events/
H A Dwriteback.h584 __field(unsigned long, write_bw)
595 __entry->write_bw = KBps(wb->write_bandwidth);
606 "write_bw=%lu awrite_bw=%lu dirty_rate=%lu "
610 __entry->write_bw, /* write bandwidth */
/kernel/linux/linux-6.6/include/trace/events/
H A Dwriteback.h585 __field(unsigned long, write_bw)
596 __entry->write_bw = KBps(wb->write_bandwidth);
607 "write_bw=%lu awrite_bw=%lu dirty_rate=%lu "
611 __entry->write_bw, /* write bandwidth */
/kernel/linux/linux-5.10/mm/
H A Dpage-writeback.c918 unsigned long write_bw = wb->avg_write_bandwidth; in wb_position_ratio() local
1031 * (2) k = - 1 / (8 * write_bw) (in single wb case) in wb_position_ratio()
1032 * or equally: x_intercept = wb_setpoint + 8 * write_bw in wb_position_ratio()
1036 * [wb_setpoint - write_bw/2, wb_setpoint + write_bw/2] in wb_position_ratio()
1061 * Use span=(8*write_bw) in single wb case as indicated by in wb_position_ratio()
1065 * span = --------- * (8 * write_bw) + ------------------ * wb_thresh in wb_position_ratio()
1068 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio()
1196 * Obviously it should be around (write_bw / N) when there are N dd tasks.
1207 unsigned long write_bw in wb_update_dirty_ratelimit() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpage-writeback.c1004 unsigned long write_bw = READ_ONCE(wb->avg_write_bandwidth); in wb_position_ratio() local
1117 * (2) k = - 1 / (8 * write_bw) (in single wb case) in wb_position_ratio()
1118 * or equally: x_intercept = wb_setpoint + 8 * write_bw in wb_position_ratio()
1122 * [wb_setpoint - write_bw/2, wb_setpoint + write_bw/2] in wb_position_ratio()
1147 * Use span=(8*write_bw) in single wb case as indicated by in wb_position_ratio()
1151 * span = --------- * (8 * write_bw) + ------------------ * wb_thresh in wb_position_ratio()
1154 span = (dtc->thresh - wb_thresh + 8 * write_bw) * (u64)x >> 16; in wb_position_ratio()
1282 * Obviously it should be around (write_bw / N) when there are N dd tasks.
1293 unsigned long write_bw in wb_update_dirty_ratelimit() local
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_trace.h339 __field(unsigned long, write_bw)
356 __entry->write_bw = wb->write_bandwidth;
371 TP_printk("hmdfs dst:%s write_bw=%lu, awrite_bw=%lu, bg_thresh=%lu,%lu thresh=%lu,%lu dirty=%lu,%lu reclaimable=%lu,%lu pause=%lu paused=%lu",
372 __entry->dst, __entry->write_bw, __entry->avg_write_bw,
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_trace.h339 __field(unsigned long, write_bw)
356 __entry->write_bw = wb->write_bandwidth;
371 TP_printk("hmdfs dst:%s write_bw=%lu, awrite_bw=%lu, bg_thresh=%lu,%lu thresh=%lu,%lu dirty=%lu,%lu reclaimable=%lu,%lu pause=%lu paused=%lu",
372 __entry->dst, __entry->write_bw, __entry->avg_write_bw,

Completed in 9 milliseconds