Home
last modified time | relevance | path

Searched refs:background_thresh (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/events/
H A Dwriteback.h564 TP_PROTO(unsigned long background_thresh,
568 TP_ARGS(background_thresh,
575 __field(unsigned long, background_thresh)
587 __entry->background_thresh = background_thresh;
597 __entry->background_thresh,
/linux/mm/
H A Dbacking-dev.c113 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 Dpage-writeback.c660 unsigned long background_thresh; in bdi_check_pages_limit()
664 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_check_pages_limit()
674 unsigned long background_thresh; in bdi_ratio_from_pages()
678 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages()
1798 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2. in balance_wb_limits()
1799 * If we're over `background_thresh' then the writeback threads are woken to in balance_wb_limits()
2191 unsigned long background_thresh; in dirty_writeback_centisecs_handler()
2194 global_dirty_limits(&background_thresh, &dirty_thresh); in dirty_writeback_centisecs_handler()
668 unsigned long background_thresh; bdi_ratio_from_pages() local
682 unsigned long background_thresh; bdi_get_bytes() local
2248 unsigned long background_thresh; writeback_set_ratelimit() local