Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/md/
H A Draid5.h615 int bypass_threshold; /* preread nice */ member
H A Draid5.c5559 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5565 ((conf->bypass_threshold && in __get_priority_stripe()
5566 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5580 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
6776 ret = sprintf(page, "%d\n", conf->bypass_threshold); in raid5_show_preread_threshold()
6802 conf->bypass_threshold = new; in raid5_store_preread_threshold()
7255 conf->bypass_threshold = BYPASS_THRESHOLD; in setup_conf()