Home
last modified time | relevance | path

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

/xen/xen/include/xen/
A Dmm.h315 page_list_empty(const struct page_list_head *head) in page_list_empty() function
437 if ( !page_list_empty(src) ) in page_list_move()
448 if ( page_list_empty(list) ) in page_list_splice()
451 if ( page_list_empty(head) ) in page_list_splice()
488 page_list_empty(const struct page_list_head *head) in page_list_empty() function
540 if ( page_list_empty(head) ) in page_list_remove_head()
/xen/xen/arch/x86/mm/
A Dp2m-pod.c143 if ( order == PAGE_ORDER_2M && page_list_empty(&p2m->pod.super) ) in p2m_pod_cache_get()
147 else if ( order == PAGE_ORDER_4K && page_list_empty(&p2m->pod.single) ) in p2m_pod_cache_get()
152 BUG_ON( page_list_empty(&p2m->pod.super) ); in p2m_pod_cache_get()
171 BUG_ON( page_list_empty(&p2m->pod.super) ); in p2m_pod_cache_get()
176 BUG_ON( page_list_empty(&p2m->pod.single) ); in p2m_pod_cache_get()
254 && !page_list_empty(&p2m->pod.super) ) in p2m_pod_set_cache_target()
A Dp2m.c1540 ASSERT(page_list_empty(&p2m->pod.super)); in p2m_flush_table_locked()
1541 ASSERT(page_list_empty(&p2m->pod.single)); in p2m_flush_table_locked()
/xen/xen/arch/x86/pv/
A Dshim.c951 if ( !page_list_empty(&list) ) in pv_shim_online_memory()
991 if ( !page_list_empty(&list) ) in pv_shim_offline_memory()
/xen/xen/arch/x86/mm/shadow/
A Dprivate.h581 if ( page_list_empty(pin_list) || page == page_list_first(pin_list) ) in prev_pinned_shadow()
/xen/xen/arch/x86/mm/hap/
A Dhap.c364 if ( page_list_empty(&d->arch.paging.hap.freelist) ) in hap_set_allocation()
/xen/xen/common/
A Dpage_alloc.c1274 while ( !page_list_empty(&heap(node, zone, order)) ) in scrub_free_pages()
1558 if ( page_list_empty(&heap(node, zone, i)) ) in reserve_heap_page()

Completed in 24 milliseconds