[go: nahoru, domu]

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

/drivers/md/
H A Ddm-cache-policy-mq.c607 * We drop the hit count on the demoted entry back to 1 to stop it bouncing
611 * - just forget about the demoted entry completely (ie. don't insert it
619 struct entry *demoted = pop(mq, &mq->cache_clean); local
621 if (!demoted)
631 *oblock = demoted->oblock;
632 free_entry(&mq->cache_pool, demoted);
635 * We used to put the demoted block into the pre-cache, but I think
649 * We bias towards reads, since they can be demoted at no cost if they
792 * This will always succeed, since we've just demoted.

Completed in 93 milliseconds