Lines Matching refs:cache
25 Overview of supplied cache replacement policies
34 waiting for the cache and another two for those in the cache (a set for
38 the cache is based on variable thresholds and queue selection is based
39 on hit count on entry. The policy aims to take different cache miss
51 considered sequential it will bypass the cache. The random threshold
61 promote sequential blocks to the cache (e.g. fast application startup).
63 disabled and sequential I/O will no longer implicitly bypass the cache.
68 count of a block not in the cache goes above this threshold it gets
69 promoted to the cache. The read, write and discard promote adjustment
72 If you're trying to quickly warm a new cache device you may wish to
74 their defaults after the cache fills though.
79 The cleaner writes back all dirty blocks in a cache to decommission it.
85 cache <metadata dev> <cache dev> <origin dev> <block size>
94 dmsetup create blah --table "0 268435456 cache /dev/sdb /dev/sdc \