Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.h623 int bypass_threshold; /* preread nice */ member
H A Draid5.c5621 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5627 ((conf->bypass_threshold && in __get_priority_stripe()
5628 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5642 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
7114 ret = sprintf(page, "%d\n", conf->bypass_threshold); in raid5_show_preread_threshold()
7140 conf->bypass_threshold = new; in raid5_store_preread_threshold()
7597 conf->bypass_threshold = BYPASS_THRESHOLD; in setup_conf()