Searched defs:vdo_page_cache (Results 1 – 1 of 1) sorted by relevance
49 struct vdo_page_cache { struct51 struct vdo *vdo;53 page_count_t page_count;55 page_count_t pages_in_batch;57 bool rebuilding;60 struct page_info *infos;62 char *pages;64 struct page_info *last_found;66 struct int_map *page_map;68 struct list_head lru_list;[all …]