Multiple LRU lists

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2020-05-21 12:36:16 +02:00
parent ac83c4ecd6
commit 41a767de97
9 changed files with 276 additions and 111 deletions

View File

@@ -19,7 +19,8 @@
* @retval Non-zero Means skip this cache line and do not clean it
*/
typedef int (*ocf_cleaner_get_item)(struct ocf_cache *cache,
void *getter_context, uint32_t item, ocf_cache_line_t *line);
void *getter_context, uint32_t item,
ocf_cache_line_t *line);
/**
* @brief Cleaning attributes for clean request