Lines Matching refs:K
72 #define K(x) ((x) << (PAGE_SHIFT - 10)) in bdi_debug_stats_show() macro
88 (unsigned long) K(wb_stat(wb, WB_WRITEBACK)), in bdi_debug_stats_show()
89 (unsigned long) K(wb_stat(wb, WB_RECLAIMABLE)), in bdi_debug_stats_show()
90 K(wb_thresh), in bdi_debug_stats_show()
91 K(dirty_thresh), in bdi_debug_stats_show()
92 K(background_thresh), in bdi_debug_stats_show()
93 (unsigned long) K(wb_stat(wb, WB_DIRTIED)), in bdi_debug_stats_show()
94 (unsigned long) K(wb_stat(wb, WB_WRITTEN)), in bdi_debug_stats_show()
95 (unsigned long) K(wb->write_bandwidth), in bdi_debug_stats_show()
101 #undef K in bdi_debug_stats_show()
149 #define K(pages) ((pages) << (PAGE_SHIFT - 10)) macro
161 BDI_SHOW(read_ahead_kb, K(bdi->ra_pages))