Lines Matching defs:Active
121 int Active, Ready;
236 * The other page might be "Active", which DMA is happening on it.
239 * and the ex-Active page is clean out and made Ready.
252 * no IO active, and we know that card->Active
260 page = &card->mm_pages[card->Active];
262 card->Active, page->headcnt, page->cnt - 1);
303 /* if No page is Active, and Ready is
313 if (card->Active == -1 &&
315 card->Active = card->Ready;
320 } while (card->Active == -1 && add_bio(card));
422 if (card->Active < 0)
424 page = &card->mm_pages[card->Active];
488 card->Active = -1;
727 if (card->Active >= 0)
886 card->Active = -1; /* no page is active */