Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hv/
Dhv_balloon.c852 unsigned long pgs_ol = 0; in handle_pg_range() local
876 pgs_ol = has->ha_end_pfn - start_pfn; in handle_pg_range()
877 if (pgs_ol > pfn_cnt) in handle_pg_range()
878 pgs_ol = pfn_cnt; in handle_pg_range()
880 has->covered_end_pfn += pgs_ol; in handle_pg_range()
881 pfn_cnt -= pgs_ol; in handle_pg_range()
892 hv_bring_pgs_online(has, start_pfn, pgs_ol); in handle_pg_range()