Lines Matching refs:bch_cutoff_writeback_sync
31 unsigned int bch_cutoff_writeback_sync; variable
2835 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2836 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2837 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2839 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2840 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2851 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2853 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2854 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
2932 module_param(bch_cutoff_writeback_sync, uint, 0);
2933 MODULE_PARM_DESC(bch_cutoff_writeback_sync, "hard threshold to cutoff writeback");