Home
last modified time | relevance | path

Searched refs:page_list_tail (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_compression.c75 struct cache_page *page_list_tail; member
219 item = ctx->page_list_tail; in get_cache_page()
230 if (item == ctx->page_list_tail) in get_cache_page()
233 ctx->page_list_tail = item->prev; in get_cache_page()
234 (ctx->page_list_tail)->next = NULL; in get_cache_page()
261 if (item != ctx->page_list_tail) in invalidate_cache_page()
276 item->prev = ctx->page_list_tail; in invalidate_cache_page()
277 (ctx->page_list_tail)->next = item; in invalidate_cache_page()
278 ctx->page_list_tail = item; in invalidate_cache_page()
281 (ctx->page_list_tail)->pfn = INVALID_PFN; in invalidate_cache_page()
[all …]

Completed in 3 milliseconds