Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
H A Dumem.c121 int Active, Ready; member
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 in activate()
304 * not empty, then switch Ready page in activate()
306 * Then add any bh's that are available to Ready in activate()
314 card->mm_pages[card->Ready].cnt > 0) { in activate()
315 card->Active = card->Ready; in activate()
[all...]

Completed in 2 milliseconds