Lines Matching refs:cached_page
198 static void release_page_buffer(struct cached_page *page)
204 static void clear_cache_page(struct page_cache *cache, struct cached_page *page)
212 static void make_page_most_recent(struct page_cache *cache, struct cached_page *page)
223 static struct cached_page *select_victim_in_cache(struct page_cache *cache)
225 struct cached_page *page;
257 struct cached_page *page)
272 * the cached_page available to the readers that do not hold the mutex. The corresponding
283 struct cached_page *page)
460 struct cached_page *page)
506 static int search_page(struct cached_page *page, const struct volume *volume,
545 struct cached_page *page = NULL;
645 int *queue_index, struct cached_page **page_ptr)
682 struct cached_page **page)
694 struct cached_page **page_ptr)
697 struct cached_page *page = NULL;
734 struct cached_page **page_ptr)
737 struct cached_page *page = NULL;
754 u32 physical_page, struct cached_page **page_ptr)
756 struct cached_page *page;
807 struct cached_page **page_ptr)
822 struct cached_page *page = NULL;
834 struct cached_page *page = NULL;
851 struct cached_page *page = NULL;
884 struct cached_page *record_page;
1000 struct cached_page *page;
1034 struct cached_page *page;
1071 struct cached_page *page = NULL;
1527 result = vdo_allocate(cache->cache_slots, struct cached_page, "page cache cache",