Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dwriteback.h533 unsigned long dirty_thresh
537 dirty_thresh
544 __field(unsigned long, dirty_thresh)
556 __entry->dirty_thresh = dirty_thresh;
566 __entry->dirty_thresh,
/openbmc/linux/mm/
H A Dpage-writeback.c689 unsigned long dirty_thresh; in bdi_ratio_from_pages() local
692 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_ratio_from_pages()
693 ratio = div64_u64(pages * 100ULL * BDI_RATIO_SCALE, dirty_thresh); in bdi_ratio_from_pages()
701 unsigned long dirty_thresh; in bdi_get_bytes() local
704 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_get_bytes()
705 bytes = (dirty_thresh * PAGE_SIZE * ratio) / BDI_RATIO_SCALE / 100; in bdi_get_bytes()
2228 unsigned long dirty_thresh; in writeback_set_ratelimit() local
2230 global_dirty_limits(&background_thresh, &dirty_thresh); in writeback_set_ratelimit()
2231 dom->dirty_limit = dirty_thresh; in writeback_set_ratelimit()
2232 ratelimit_pages = dirty_thresh / (num_online_cpus() * 32); in writeback_set_ratelimit()
H A Dbacking-dev.c54 unsigned long dirty_thresh; in bdi_debug_stats_show() local
72 global_dirty_limits(&background_thresh, &dirty_thresh); in bdi_debug_stats_show()
73 wb_thresh = wb_calc_thresh(wb, dirty_thresh); in bdi_debug_stats_show()
93 K(dirty_thresh), in bdi_debug_stats_show()