Lines Matching refs:K
71 #define K(x) ((x) << (PAGE_SHIFT - 10)) in bdi_debug_stats_show() macro
87 (unsigned long) K(bdi_stat(bdi, BDI_WRITEBACK)), in bdi_debug_stats_show()
88 (unsigned long) K(bdi_stat(bdi, BDI_RECLAIMABLE)), in bdi_debug_stats_show()
89 K(bdi_thresh), in bdi_debug_stats_show()
90 K(dirty_thresh), in bdi_debug_stats_show()
91 K(background_thresh), in bdi_debug_stats_show()
92 (unsigned long) K(bdi_stat(bdi, BDI_DIRTIED)), in bdi_debug_stats_show()
93 (unsigned long) K(bdi_stat(bdi, BDI_WRITTEN)), in bdi_debug_stats_show()
94 (unsigned long) K(bdi->write_bandwidth), in bdi_debug_stats_show()
100 #undef K in bdi_debug_stats_show()
159 #define K(pages) ((pages) << (PAGE_SHIFT - 10)) macro
171 BDI_SHOW(read_ahead_kb, K(bdi->ra_pages))