Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Drequest.c425 if (!congested && !dc->sequential_cutoff) in check_should_bypass()
456 if (dc->sequential_cutoff && in check_should_bypass()
457 sectors >= dc->sequential_cutoff >> 9) { in check_should_bypass()
H A Dbcache.h371 unsigned int sequential_cutoff; member
H A Dsuper.c1419 dc->sequential_cutoff = 4 << 20; in cached_dev_init()