Searched refs:block_cache_lru (Results 1 – 1 of 1) sorted by relevance
/trusty/user/app/storage/ |
D | block_cache.c | 52 static struct list_node block_cache_lru = LIST_INITIAL_VALUE(block_cache_lru); variable 606 list_for_every_entry(&block_cache_lru, entry, struct block_cache_entry, in block_cache_lookup() 940 list_add_head(&block_cache_lru, &entry->lru_node); in block_cache_entry_destroy() 974 list_add_head(&block_cache_lru, &block_cache_entries[i].lru_node); in block_cache_init() 1003 list_for_every_entry(&block_cache_lru, entry, struct block_cache_entry, in block_cache_clean_transaction() 1072 list_for_every_entry(&block_cache_lru, entry, struct block_cache_entry, in block_cache_discard_transaction() 1708 list_for_every_entry(&block_cache_lru, entry, struct block_cache_entry, in block_cache_debug_get_ref_block_count()
|