Searched refs:background_thresh (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/trace/events/ |
| H A D | writeback.h | 540 TP_PROTO(unsigned long background_thresh, 544 TP_ARGS(background_thresh, 551 __field(unsigned long, background_thresh) 563 __entry->background_thresh = background_thresh; 573 __entry->background_thresh,
|
| /linux-6.15/mm/ |
| H A D | backing-dev.c | 113 unsigned long background_thresh; in bdi_debug_stats_show() local 118 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show() 144 K(background_thresh), in bdi_debug_stats_show() 196 unsigned long background_thresh; in cgwb_debug_stats_show() local 200 global_dirty_limits(&background_thresh, &dirty_thresh); in cgwb_debug_stats_show()
|
| H A D | page-writeback.c | 667 unsigned long background_thresh; in bdi_ratio_from_pages() local 671 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages() 681 unsigned long background_thresh; in bdi_get_bytes() local 685 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_get_bytes() 2249 unsigned long background_thresh; in writeback_set_ratelimit() local 2252 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()
|