Home
last modified time | relevance | path

Searched refs:bch_cutoff_writeback_sync (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dwriteback.h96 extern unsigned int bch_cutoff_writeback_sync;
105 in_use > bch_cutoff_writeback_sync) in should_writeback()
H A Dsuper.c30 unsigned int bch_cutoff_writeback_sync; variable
2859 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2860 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2861 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2862 pr_warn("set bch_cutoff_writeback_sync (%u) to max value %u\n", in check_module_parameters()
2863 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2864 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2875 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2877 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2878 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
[all...]
H A Dsysfs.c767 sysfs_print(cutoff_writeback_sync, bch_cutoff_writeback_sync); in SHOW()
/kernel/linux/linux-6.6/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
2832 if (bch_cutoff_writeback_sync == 0) in check_module_parameters()
2833 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC; in check_module_parameters()
2834 else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) { in check_module_parameters()
2835 pr_warn("set bch_cutoff_writeback_sync (%u) to max value %u\n", in check_module_parameters()
2836 bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX); in check_module_parameters()
2837 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()
2848 if (bch_cutoff_writeback > bch_cutoff_writeback_sync) { in check_module_parameters()
2850 bch_cutoff_writeback, bch_cutoff_writeback_sync); in check_module_parameters()
2851 bch_cutoff_writeback = bch_cutoff_writeback_sync; in check_module_parameters()
[all...]
H A Dsysfs.c788 sysfs_print(cutoff_writeback_sync, bch_cutoff_writeback_sync); in SHOW()

Completed in 12 milliseconds