Searched refs:dirty_thresh (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/mm/ |
| H A D | backing-dev.c | 51 unsigned long dirty_thresh; member 83 stats->wb_thresh += wb_calc_thresh(wb, stats->dirty_thresh); in collect_wb_stats() 114 unsigned long dirty_thresh; in bdi_debug_stats_show() local 118 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show() 121 stats.dirty_thresh = dirty_thresh; in bdi_debug_stats_show() 143 K(dirty_thresh), in bdi_debug_stats_show() 197 unsigned long dirty_thresh; in cgwb_debug_stats_show() local 200 global_dirty_limits(&background_thresh, &dirty_thresh); in cgwb_debug_stats_show() 204 struct wb_stats stats = { .dirty_thresh = dirty_thresh }; in cgwb_debug_stats_show()
|
| H A D | page-writeback.c | 668 unsigned long dirty_thresh; in bdi_ratio_from_pages() local 671 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages() 672 if (!dirty_thresh) in bdi_ratio_from_pages() 674 ratio = div64_u64(pages * 100ULL * BDI_RATIO_SCALE, dirty_thresh); in bdi_ratio_from_pages() 682 unsigned long dirty_thresh; in bdi_get_bytes() local 685 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_get_bytes() 686 bytes = (dirty_thresh * PAGE_SIZE * ratio) / BDI_RATIO_SCALE / 100; in bdi_get_bytes() 2250 unsigned long dirty_thresh; in writeback_set_ratelimit() local 2252 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit() 2253 dom->dirty_limit = dirty_thresh; in writeback_set_ratelimit() [all …]
|
| /linux-6.15/include/trace/events/ |
| H A D | writeback.h | 541 unsigned long dirty_thresh 545 dirty_thresh 552 __field(unsigned long, dirty_thresh) 564 __entry->dirty_thresh = dirty_thresh; 574 __entry->dirty_thresh,
|