Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Draid5.h475 int bypass_threshold; /* preread nice */ member
Draid5.c4943 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
4949 ((conf->bypass_threshold && in __get_priority_stripe()
4950 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
4964 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
6008 ret = sprintf(page, "%d\n", conf->bypass_threshold); in raid5_show_preread_threshold()
6034 conf->bypass_threshold = new; in raid5_store_preread_threshold()
6486 conf->bypass_threshold = BYPASS_THRESHOLD; in setup_conf()