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

/linux-4.4.14/include/trace/events/
H A Dwriteback.h425 TP_PROTO(unsigned long background_thresh,
429 TP_ARGS(background_thresh,
437 __field(unsigned long, background_thresh)
450 __entry->background_thresh = background_thresh;
461 __entry->background_thresh,
/linux-4.4.14/mm/
H A Dbacking-dev.c50 unsigned long background_thresh; bdi_debug_stats_show() local
69 global_dirty_limits(&background_thresh, &dirty_thresh); bdi_debug_stats_show()
92 K(background_thresh), bdi_debug_stats_show()
H A Dpage-writeback.c1515 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2.
1516 * If we're over `background_thresh' then the writeback threads are woken to
1780 * background_thresh, to keep the amount of dirty memory low. balance_dirty_pages()
1927 unsigned long background_thresh; throttle_vm_writeout() local
1931 global_dirty_limits(&background_thresh, &dirty_thresh); throttle_vm_writeout()
2030 unsigned long background_thresh; writeback_set_ratelimit() local
2033 global_dirty_limits(&background_thresh, &dirty_thresh); writeback_set_ratelimit()

Completed in 710 milliseconds