Searched refs:background_thresh (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/trace/events/ |
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.12.1/mm/ |
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()
|
D | page-writeback.c | 690 unsigned long background_thresh; in bdi_ratio_from_pages() local 694 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages() 702 unsigned long background_thresh; in bdi_get_bytes() local 706 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_get_bytes() 2276 unsigned long background_thresh; in writeback_set_ratelimit() local 2279 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()
|