Home
last modified time | relevance | path

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

/xen/xen/common/
A Dpage_alloc.c641 static unsigned long low_mem_virq_high = -1UL; variable
712 low_mem_virq_high = 1UL << (low_mem_virq_th_order + 1); in check_low_mem_virq()
719 if ( unlikely(avail_pages >= low_mem_virq_high) ) in check_low_mem_virq()
728 low_mem_virq_high = -1UL; in check_low_mem_virq()
730 low_mem_virq_high = 1UL << (low_mem_virq_th_order + 2); in check_low_mem_virq()

Completed in 6 milliseconds