Lines Matching refs:bch_cutoff_writeback_sync
29 unsigned int bch_cutoff_writeback_sync; variable
2610 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2611 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2612 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2614 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2615 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2626 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2628 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2629 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
2691 module_param(bch_cutoff_writeback_sync, uint, 0);
2692 MODULE_PARM_DESC(bch_cutoff_writeback_sync, "hard threshold to cutoff writeback");