Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Draid5.h400 int bypass_threshold; /* preread nice */ member
Draid5.c3922 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
3928 ((conf->bypass_threshold && in __get_priority_stripe()
3929 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
3933 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
4612 return sprintf(page, "%d\n", conf->bypass_threshold); in raid5_show_preread_threshold()
4631 conf->bypass_threshold = new; in raid5_store_preread_threshold()
4841 conf->bypass_threshold = BYPASS_THRESHOLD; in setup_conf()