Lines Matching refs:bch_cutoff_writeback_sync
30 unsigned int bch_cutoff_writeback_sync; variable
2801 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2802 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2803 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2805 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2806 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2817 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2819 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2820 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
2882 module_param(bch_cutoff_writeback_sync, uint, 0);
2883 MODULE_PARM_DESC(bch_cutoff_writeback_sync, "hard threshold to cutoff writeback");