[go: nahoru, domu]

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

/drivers/md/
H A Ddm-cache-policy-mq.c217 * Describes a cache entry. Used in both the cache and the pre_cache.
350 * active mappings. Whereas the pre_cache tracks blocks that
354 struct queue pre_cache; member in struct:mq_policy
372 * and found an entry in the pre_cache or cache. Currently used to
387 * Entries in the pre_cache whose hit count passes the promotion
399 * block. Both pre_cache and cache entries are in here.
460 * when to to add entries to the pre_cache and cache, and move between
478 * Inserts the entry into the pre_cache or the cache. Ensures the cache
491 queue_push(&mq->pre_cache, queue_level(e), &e->list);
495 * Removes an entry from pre_cache o
[all...]

Completed in 36 milliseconds