Home
last modified time | relevance | path

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

/drivers/md/bcache/
Dwriteback.h100 extern unsigned int bch_cutoff_writeback_sync;
109 in_use > bch_cutoff_writeback_sync) in should_writeback()
Dsuper.c31 unsigned int bch_cutoff_writeback_sync; variable
2838 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2839 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2840 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2842 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2843 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2854 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2856 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2857 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
2935 module_param(bch_cutoff_writeback_sync, uint, 0);
[all …]
Dsysfs.c786 sysfs_print(cutoff_writeback_sync, bch_cutoff_writeback_sync); in SHOW()