Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dhv_balloon.c754 unsigned long pgs_ol = 0; in handle_pg_range() local
778 pgs_ol = has->ha_end_pfn - start_pfn; in handle_pg_range()
779 if (pgs_ol > pfn_cnt) in handle_pg_range()
780 pgs_ol = pfn_cnt; in handle_pg_range()
790 hv_bring_pgs_online(start_pfn, pgs_ol); in handle_pg_range()
792 has->covered_end_pfn += pgs_ol; in handle_pg_range()
793 pfn_cnt -= pgs_ol; in handle_pg_range()