Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c615 static unsigned int low_mem_virq_th_order = 0; variable
663 low_mem_virq_th_order = order; in setup_low_mem_virq()
681 low_mem_virq_high = 1UL << (low_mem_virq_th_order + 1); in check_low_mem_virq()
682 if ( low_mem_virq_th_order > 0 ) in check_low_mem_virq()
683 low_mem_virq_th_order--; in check_low_mem_virq()
684 low_mem_virq_th = 1UL << low_mem_virq_th_order; in check_low_mem_virq()
694 low_mem_virq_th_order++; in check_low_mem_virq()
695 low_mem_virq_th = 1UL << low_mem_virq_th_order; in check_low_mem_virq()
699 low_mem_virq_high = 1UL << (low_mem_virq_th_order + 2); in check_low_mem_virq()

Completed in 6 milliseconds