Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dhv_balloon.c439 unsigned long ha_end_pfn; member
620 has->ha_end_pfn += HA_CHUNK; in hv_mem_hot_add()
652 has->ha_end_pfn -= HA_CHUNK; in hv_mem_hot_add()
772 if (start_pfn < has->ha_end_pfn) { in handle_pg_range()
778 pgs_ol = has->ha_end_pfn - start_pfn; in handle_pg_range()
796 if ((has->ha_end_pfn < has->end_pfn) && (pfn_cnt > 0)) { in handle_pg_range()
804 size = (has->end_pfn - has->ha_end_pfn); in handle_pg_range()
812 hv_mem_hot_add(has->ha_end_pfn, size, pfn_cnt, has); in handle_pg_range()
852 ha_region->ha_end_pfn = rg_start; in process_hot_add()