Searched refs:lv_cache_entry_init (Results 1 – 3 of 3) sorted by relevance
160 lv_cache_entry_init(entry, cache, node_size); in lv_cache_entry_alloc()164 void lv_cache_entry_init(lv_cache_entry_t * entry, const lv_cache_t * cache, const uint32_t node_si… in lv_cache_entry_init() function
94 void lv_cache_entry_init(lv_cache_entry_t * entry, const lv_cache_t * cache, const uint32_t node_si…
172 lv_cache_entry_init(entry, &lru->cache, lru->cache.node_size); in alloc_new_node()