Searched refs:page_list_head (Results 1 – 17 of 17) sorted by relevance
271 struct page_list_head struct307 page_list_last(const struct page_list_head *head) in page_list_last()313 const struct page_list_head *head) in page_list_next()319 const struct page_list_head *head) in page_list_prev()394 struct page_list_head *head2) in page_list_del2()417 page_list_move(struct page_list_head *dst, struct page_list_head *src) in page_list_move()426 page_list_splice(struct page_list_head *list, struct page_list_head *head) in page_list_splice()480 page_list_last(const struct page_list_head *head) in page_list_last()513 struct page_list_head *head2) in page_list_del2()530 page_list_move(struct page_list_head *dst, struct page_list_head *src) in page_list_move()[all …]
34 struct page_list_head control_pages;35 struct page_list_head dest_pages;36 struct page_list_head unusable_pages;
209 extern struct page_list_head iommu_pt_cleanup_list;
30 extern struct page_list_head tmem_page_list;
317 struct page_list_head page_list; /* linked list */318 struct page_list_head xenpage_list; /* linked list (size xenheap_pages) */
74 struct cache_page *page_list_head; member228 if (item != ctx->page_list_head) in get_cache_page()244 item->next = ctx->page_list_head; in get_cache_page()245 (ctx->page_list_head)->prev = item; in get_cache_page()246 ctx->page_list_head = item; in get_cache_page()249 return (ctx->page_list_head)->page; in get_cache_page()264 if (item == ctx->page_list_head) in invalidate_cache_page()266 ctx->page_list_head = (ctx->page_list_head)->next; in invalidate_cache_page()267 (ctx->page_list_head)->prev = NULL; in invalidate_cache_page()527 ctx->page_list_head = &(ctx->cache[0]); in xc_compression_create_context()
94 struct page_list_head pinned_shadows;97 struct page_list_head freelist;159 struct page_list_head freelist;314 struct page_list_head relmem_list;
235 struct page_list_head pages;316 struct page_list_head super, /* List of superpages */
235 static inline void sh_terminate_list(struct page_list_head *tmp_list) in sh_terminate_list()594 const struct page_list_head *pin_list; in prev_pinned_shadow()632 struct page_list_head *pin_list; in sh_pin()680 struct page_list_head tmp_list, *pin_list; in sh_unpin()
1354 struct page_list_head tmp_list; in shadow_alloc()1427 struct page_list_head *pin_list; in shadow_free()
441 struct page_list_head h = PAGE_LIST_HEAD_INIT(h); in sh_next_page()
34 struct page_list_head pages;
282 static void kimage_free_page_list(struct page_list_head *list) in kimage_free_page_list()309 struct page_list_head extra_pages; in kimage_alloc_normal_control_page()
402 typedef struct page_list_head heap_by_zone_and_order_t[NR_ZONES][MAX_ORDER+1];
825 static int relinquish_memory(struct domain *d, struct page_list_head *list) in relinquish_memory()
829 const struct page_list_head *list) in batch_memory_op()
1799 struct domain *d, struct page_list_head *list, unsigned long type) in relinquish_memory()
Completed in 45 milliseconds