Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/bcache/
H A Dwriteback.h9 #define CUTOFF_WRITEBACK_SYNC_MAX 90 macro
H A Dsuper.c2835 else if (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()
2838 bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX; in check_module_parameters()