Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dwriteback.h531 TP_PROTO(unsigned long background_thresh,
535 TP_ARGS(background_thresh,
542 __field(unsigned long, background_thresh)
554 __entry->background_thresh = background_thresh;
564 __entry->background_thresh,
/OK3568_Linux_fs/kernel/mm/
H A Dbacking-dev.c50 unsigned long background_thresh; in bdi_debug_stats_show() local
69 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show()
92 K(background_thresh), in bdi_debug_stats_show()
H A Dpage-writeback.c2077 unsigned long background_thresh; in writeback_set_ratelimit() local
2080 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()