Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hv/
H A Dhv_balloon.c849 unsigned long pgs_ol = 0; in handle_pg_range() local
873 pgs_ol = has->ha_end_pfn - start_pfn; in handle_pg_range()
874 if (pgs_ol > pfn_cnt) in handle_pg_range()
875 pgs_ol = pfn_cnt; in handle_pg_range()
877 has->covered_end_pfn += pgs_ol; in handle_pg_range()
878 pfn_cnt -= pgs_ol; in handle_pg_range()
889 hv_bring_pgs_online(has, start_pfn, pgs_ol); in handle_pg_range()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_balloon.c864 unsigned long pgs_ol = 0; in handle_pg_range() local
888 pgs_ol = has->ha_end_pfn - start_pfn; in handle_pg_range()
889 if (pgs_ol > pfn_cnt) in handle_pg_range()
890 pgs_ol = pfn_cnt; in handle_pg_range()
892 has->covered_end_pfn += pgs_ol; in handle_pg_range()
893 pfn_cnt -= pgs_ol; in handle_pg_range()
904 hv_bring_pgs_online(has, start_pfn, pgs_ol); in handle_pg_range()

Completed in 5 milliseconds