Searched refs:lru_entry (Results 1 – 3 of 3) sorted by relevance
72 struct lru_entry { struct80 struct lru_entry *stop; argument81 struct lru_entry *e;166 struct lru_entry *e; in lru_iter_next()253 struct lru_entry *le;340 struct lru_entry lru;523 struct lru_entry *le = list_entry(l, struct lru_entry, list); in list_to_buffer()675 struct lru_entry *le; in __cache_evict()727 struct lru_entry *le; in __cache_mark_many()774 struct lru_entry *le, *first;[all …]
151 struct list_head lru_entry; member
203 INIT_LIST_HEAD(&info->lru_entry); in initialize_info()338 if (info->cache->lru_list.prev != &info->lru_entry) in update_lru()339 list_move_tail(&info->lru_entry, &info->cache->lru_list); in update_lru()413 list_del_init(&info->lru_entry); in reset_page_info()464 list_for_each_entry(info, &cache->lru_list, lru_entry) in select_lru_page()
Completed in 19 milliseconds