Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid5.h627 int bypass_threshold; /* preread nice */ member
Draid5.c5664 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5670 ((conf->bypass_threshold && in __get_priority_stripe()
5671 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5685 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
7100 ret = sprintf(page, "%d\n", conf->bypass_threshold); in raid5_show_preread_threshold()
7126 conf->bypass_threshold = new; in raid5_store_preread_threshold()
7581 conf->bypass_threshold = BYPASS_THRESHOLD; in setup_conf()