Searched refs:background_thresh (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/mm/ |
D | page-writeback.c | 1286 unsigned long background_thresh, in bdi_dirty_limits() argument 1310 background_thresh, in bdi_dirty_limits() 1346 unsigned long background_thresh; in balance_dirty_pages() local 1379 global_dirty_limits(&background_thresh, &dirty_thresh); in balance_dirty_pages() 1382 bdi_dirty_limits(bdi, dirty_thresh, background_thresh, in balance_dirty_pages() 1390 bg_thresh = background_thresh; in balance_dirty_pages() 1414 bdi_dirty_limits(bdi, dirty_thresh, background_thresh, in balance_dirty_pages() 1422 bdi_update_bandwidth(bdi, dirty_thresh, background_thresh, in balance_dirty_pages() 1428 background_thresh, nr_dirty, in balance_dirty_pages() 1456 background_thresh, in balance_dirty_pages() [all …]
|
D | backing-dev.c | 49 unsigned long background_thresh; in bdi_debug_stats_show() local 68 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show() 91 K(background_thresh), in bdi_debug_stats_show()
|
/linux-4.1.27/include/trace/events/ |
D | writeback.h | 336 TP_PROTO(unsigned long background_thresh, 340 TP_ARGS(background_thresh, 348 __field(unsigned long, background_thresh) 361 __entry->background_thresh = background_thresh; 372 __entry->background_thresh,
|
/linux-4.1.27/fs/ |
D | fs-writeback.c | 835 unsigned long background_thresh, dirty_thresh; in over_bground_thresh() local 837 global_dirty_limits(&background_thresh, &dirty_thresh); in over_bground_thresh() 840 global_page_state(NR_UNSTABLE_NFS) > background_thresh) in over_bground_thresh() 844 bdi_dirty_limit(bdi, background_thresh)) in over_bground_thresh()
|