Searched refs:background_thresh (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | writeback.h | 531 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,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | writeback.h | 532 TP_PROTO(unsigned long background_thresh, 536 TP_ARGS(background_thresh, 543 __field(unsigned long, background_thresh) 555 __entry->background_thresh = background_thresh; 565 __entry->background_thresh,
|
/kernel/linux/linux-5.10/mm/ |
H A D | backing-dev.c | 50 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 D | page-writeback.c | 1568 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2. 1569 * If we're over `background_thresh' then the writeback threads are woken to 1854 * background_thresh, to keep the amount of dirty memory low. in balance_dirty_pages() 2076 unsigned long background_thresh; in writeback_set_ratelimit() local 2079 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()
|
/kernel/linux/linux-6.6/mm/ |
H A D | backing-dev.c | 53 unsigned long background_thresh; in bdi_debug_stats_show() local 72 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show() 94 K(background_thresh), in bdi_debug_stats_show()
|
H A D | page-writeback.c | 666 unsigned long background_thresh; in bdi_ratio_from_pages() local 670 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages() 678 unsigned long background_thresh; in bdi_get_bytes() local 682 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_get_bytes() 1665 * the caller to wait once crossing the (background_thresh + dirty_thresh) / 2. 1666 * If we're over `background_thresh' then the writeback threads are woken to 1750 * background_thresh, to keep the amount of dirty memory low. in balance_dirty_pages() 2205 unsigned long background_thresh; in writeback_set_ratelimit() local 2208 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()
|
Completed in 12 milliseconds