Searched refs:bypass_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid5.h301 #define STRIPE_IO_STARTED 12 /* do not count towards 'bypass_count' */
382 int bypass_count; /* bypassed prereads */ member in struct:raid5_private_data
H A Draid5.c3921 * the bypass_threshold is exceeded. In general the bypass_count
3924 * stripe with in flight i/o. The bypass_count will be reset when the
3932 pr_debug("%s: handle: %s hold: %s full_writes: %d bypass_count: %d\n",
3936 atomic_read(&conf->pending_full_writes), conf->bypass_count);
3942 conf->bypass_count = 0;
3945 conf->bypass_count++;
3948 conf->bypass_count -= conf->bypass_threshold;
3949 if (conf->bypass_count < 0)
3950 conf->bypass_count = 0;
3955 conf->bypass_count > con
[all...]

Completed in 422 milliseconds