Searched refs:R5_Wantfill (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.h274 #define R5_Wantfill 12 /* dev->toread contains a bio that needs macro
H A Draid5.c643 * new R5_Wantfill requests are held off until
646 if (test_and_clear_bit(R5_Wantfill, &dev->flags)) {
684 if (test_bit(R5_Wantfill, &dev->flags)) {
2284 if (!test_bit(R5_Wantfill, &sh->dev[i].flags) &&
3049 set_bit(R5_Wantfill, &dev->flags);
3056 if (test_bit(R5_Wantfill, &dev->flags))
3337 set_bit(R5_Wantfill, &dev->flags);
3347 if (test_bit(R5_Wantfill, &dev->flags)) {

Completed in 130 milliseconds