Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dwriteback.h537 TP_PROTO(unsigned long background_thresh,
541 TP_ARGS(background_thresh,
549 __field(unsigned long, background_thresh)
562 __entry->background_thresh = background_thresh;
573 __entry->background_thresh,
/Linux-v5.4/mm/
Dbacking-dev.c52 unsigned long background_thresh; in bdi_debug_stats_show() local
71 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show()
94 K(background_thresh), in bdi_debug_stats_show()
Dpage-writeback.c2047 unsigned long background_thresh; in writeback_set_ratelimit() local
2050 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()