Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c167 struct lru_file { struct
177 struct lru_file *e, *next; in free_lru_file_list()
232 struct lru_file *entry = NULL; in choose_lru_file_matching()
234 entry = list_first_entry(lru_file_list, struct lru_file, node); in choose_lru_file_matching()
243 entry = calloc(1, sizeof(struct lru_file)); in choose_lru_file_matching()
256 struct lru_file *e; in choose_lru_file_matching()
289 struct lru_file *e; in choose_lru_file_matching()
331 struct lru_file *e; in unlink_lru_file_from_directory()
469 struct lru_file *lru_file_dir = in disk_cache_evict_lru_item()
470 list_first_entry(lru_file_list, struct lru_file, nod in disk_cache_evict_lru_item()
[all...]

Completed in 1 milliseconds