Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Ddisk_cache_os.c128 struct lru_file { struct
138 struct lru_file *e, *next; in free_lru_file_list() argument
193 struct lru_file *entry = NULL; in choose_lru_file_matching()
195 entry = list_first_entry(lru_file_list, struct lru_file, node); in choose_lru_file_matching()
204 entry = calloc(1, sizeof(struct lru_file)); in choose_lru_file_matching()
217 struct lru_file *e; in choose_lru_file_matching()
250 struct lru_file *e; in choose_lru_file_matching()
292 struct lru_file *e; in unlink_lru_file_from_directory()
430 struct lru_file *lru_file_dir = in disk_cache_evict_lru_item()
431 list_first_entry(lru_file_list, struct lru_file, node); in disk_cache_evict_lru_item()