bch_cutoff_writeback_sync   29 drivers/md/bcache/super.c unsigned int bch_cutoff_writeback_sync;
bch_cutoff_writeback_sync 2654 drivers/md/bcache/super.c 	if (bch_cutoff_writeback_sync == 0)
bch_cutoff_writeback_sync 2655 drivers/md/bcache/super.c 		bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC;
bch_cutoff_writeback_sync 2656 drivers/md/bcache/super.c 	else if (bch_cutoff_writeback_sync > CUTOFF_WRITEBACK_SYNC_MAX) {
bch_cutoff_writeback_sync 2658 drivers/md/bcache/super.c 			bch_cutoff_writeback_sync, CUTOFF_WRITEBACK_SYNC_MAX);
bch_cutoff_writeback_sync 2659 drivers/md/bcache/super.c 		bch_cutoff_writeback_sync = CUTOFF_WRITEBACK_SYNC_MAX;
bch_cutoff_writeback_sync 2670 drivers/md/bcache/super.c 	if (bch_cutoff_writeback > bch_cutoff_writeback_sync) {
bch_cutoff_writeback_sync 2672 drivers/md/bcache/super.c 			bch_cutoff_writeback, bch_cutoff_writeback_sync);
bch_cutoff_writeback_sync 2673 drivers/md/bcache/super.c 		bch_cutoff_writeback = bch_cutoff_writeback_sync;
bch_cutoff_writeback_sync 2735 drivers/md/bcache/super.c module_param(bch_cutoff_writeback_sync, uint, 0);
bch_cutoff_writeback_sync 2736 drivers/md/bcache/super.c MODULE_PARM_DESC(bch_cutoff_writeback_sync, "hard threshold to cutoff writeback");
bch_cutoff_writeback_sync  762 drivers/md/bcache/sysfs.c 	sysfs_print(cutoff_writeback_sync, bch_cutoff_writeback_sync);
bch_cutoff_writeback_sync   62 drivers/md/bcache/writeback.h extern unsigned int bch_cutoff_writeback_sync;
bch_cutoff_writeback_sync   71 drivers/md/bcache/writeback.h 	    in_use > bch_cutoff_writeback_sync)