Home
last modified time | relevance | path

Searched refs:bch_cutoff_writeback_sync (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/md/bcache/
H A Dwriteback.h100 extern unsigned int bch_cutoff_writeback_sync;
109 in_use > bch_cutoff_writeback_sync) in should_writeback()
H A Dsuper.c30 unsigned int bch_cutoff_writeback_sync; variable
2866 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2867 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2868 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2870 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2871 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2882 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2884 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2885 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
2963 module_param(bch_cutoff_writeback_sync, uint, 0);
[all …]