Lines Matching refs:bch_cutoff_writeback_sync
31 unsigned int bch_cutoff_writeback_sync; variable
2841 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2842 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2843 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2845 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2846 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2857 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2859 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2860 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
2938 module_param(bch_cutoff_writeback_sync, uint, 0);
2939 MODULE_PARM_DESC(bch_cutoff_writeback_sync, "hard threshold to cutoff writeback");