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;57 bool rebuilding;60 struct page_info *infos;62 char *pages;66 struct int_map *page_map;68 struct list_head lru_list;70 struct list_head free_list;84 unsigned int waiter_count;[all …]
Completed in 7 milliseconds