Lines Matching refs:bypass_count
5505 * the bypass_threshold is exceeded. In general the bypass_count
5508 * stripe with in flight i/o. The bypass_count will be reset when the
5543 pr_debug("%s: handle: %s hold: %s full_writes: %d bypass_count: %d\n",
5547 atomic_read(&conf->pending_full_writes), conf->bypass_count);
5553 conf->bypass_count = 0;
5556 conf->bypass_count++;
5559 conf->bypass_count -= conf->bypass_threshold;
5560 if (conf->bypass_count < 0)
5561 conf->bypass_count = 0;
5566 conf->bypass_count > conf->bypass_threshold) ||
5580 conf->bypass_count -= conf->bypass_threshold;
5581 if (conf->bypass_count < 0)
5582 conf->bypass_count = 0;