Lines Matching defs:chunks
19 * FTL non volatile cache is divided into groups of blocks called chunks.
22 * written chunk by chunk sequentially. When number of free chunks reaches
23 * some threshold oldest chunks are moved from cache to backend storage to
41 * The modifier depends on the number of free chunks vs the configured threshold. Its value is
42 * zero if the number of free chunks is at the threshold, negative if below and positive if above.
166 /* Chunk md memory pool for freeing chunks */
181 /* Number of chunks */
187 /* Free chunks list */
191 /* Open chunks list */
195 /* Full chunks list */
215 struct ftl_nv_cache_chunk *chunks;
283 * @brief Iterates over NV caches chunks and returns the max open and closed sequence id