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

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c136 free_lru_file_list(struct list_head *lru_file_list) argument
139 LIST_FOR_EACH_ENTRY_SAFE(e, next, lru_file_list, node) {
143 free(lru_file_list);
182 struct list_head *lru_file_list = malloc(sizeof(struct list_head)); local in function:choose_lru_file_matching
183 list_inithead(lru_file_list);
194 if (!list_is_empty(lru_file_list))
195 entry = list_first_entry(lru_file_list, struct lru_file, node);
216 struct list_head *list_node = lru_file_list;
218 LIST_FOR_EACH_ENTRY(e, lru_file_list, node) {
228 if (list_node != lru_file_list) {
284 struct list_head *lru_file_list = local in function:unlink_lru_file_from_directory
423 struct list_head *lru_file_list = local in function:disk_cache_evict_lru_item
[all...]

Completed in 3 milliseconds