Home
last modified time | relevance | path

Searched refs:lru_file (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache_os.c164 struct lru_file { struct
174 struct lru_file *e, *next; in free_lru_file_list() argument
241 struct lru_file *entry = NULL; in choose_lru_file_matching()
243 entry = list_first_entry(lru_file_list, struct lru_file, node); in choose_lru_file_matching()
252 entry = calloc(1, sizeof(struct lru_file)); in choose_lru_file_matching()
265 struct lru_file *e; in choose_lru_file_matching()
298 struct lru_file *e; in choose_lru_file_matching()
340 struct lru_file *e; in unlink_lru_file_from_directory()
478 struct lru_file *lru_file_dir = in disk_cache_evict_lru_item()
479 list_first_entry(lru_file_list, struct lru_file, node); in disk_cache_evict_lru_item()