Searched refs:page_list_empty (Results 1 – 7 of 7) sorted by relevance
315 page_list_empty(const struct page_list_head *head) in page_list_empty() function437 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() function540 if ( page_list_empty(head) ) in page_list_remove_head()
143 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()
1540 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()
951 if ( !page_list_empty(&list) ) in pv_shim_online_memory()991 if ( !page_list_empty(&list) ) in pv_shim_offline_memory()
581 if ( page_list_empty(pin_list) || page == page_list_first(pin_list) ) in prev_pinned_shadow()
364 if ( page_list_empty(&d->arch.paging.hap.freelist) ) in hap_set_allocation()
1274 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