Home
last modified time | relevance | path

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

/xen/xen/common/
A Dpage_alloc.c647 static unsigned int low_mem_virq_th_order = 0; variable
695 low_mem_virq_th_order = order; in setup_low_mem_virq()
712 low_mem_virq_high = 1UL << (low_mem_virq_th_order + 1); in check_low_mem_virq()
713 if ( low_mem_virq_th_order > 0 ) in check_low_mem_virq()
714 low_mem_virq_th_order--; in check_low_mem_virq()
715 low_mem_virq_th = 1UL << low_mem_virq_th_order; in check_low_mem_virq()
725 low_mem_virq_th_order++; in check_low_mem_virq()
726 low_mem_virq_th = 1UL << low_mem_virq_th_order; in check_low_mem_virq()
730 low_mem_virq_high = 1UL << (low_mem_virq_th_order + 2); in check_low_mem_virq()

Completed in 7 milliseconds