Lines Matching refs:Ready
121 int Active, Ready;
235 * One page is "Ready" and is either full, or can have request added.
238 * Whenever IO on the active page completes, the Ready page is activated
239 * and the ex-Active page is clean out and made Ready.
240 * Otherwise the Ready page is only activated when it becomes full.
303 /* if No page is Active, and Ready is
304 * not empty, then switch Ready page
306 * Then add any bh's that are available to Ready
314 card->mm_pages[card->Ready].cnt > 0) {
315 card->Active = card->Ready;
316 card->Ready = 1-card->Ready;
332 * If there is room on Ready page, take
358 if (card->mm_pages[card->Ready].cnt >= DESC_PER_PAGE)
370 p = &card->mm_pages[card->Ready];
885 card->Ready = 0; /* page 0 is ready */