Lines Matching refs:bypass_count
5609 * the bypass_threshold is exceeded. In general the bypass_count
5612 * stripe with in flight i/o. The bypass_count will be reset when the
5648 pr_debug("%s: handle: %s hold: %s full_writes: %d bypass_count: %d\n",
5652 atomic_read(&conf->pending_full_writes), conf->bypass_count);
5658 conf->bypass_count = 0;
5661 conf->bypass_count++;
5664 conf->bypass_count -= conf->bypass_threshold;
5665 if (conf->bypass_count < 0)
5666 conf->bypass_count = 0;
5671 conf->bypass_count > conf->bypass_threshold) ||
5685 conf->bypass_count -= conf->bypass_threshold;
5686 if (conf->bypass_count < 0)
5687 conf->bypass_count = 0;