Searched refs:mfn_frames (Results 1 – 1 of 1) sorted by relevance
367 static ulong_t mfn_frames[FRAME_ARRAY_SIZE]; variable389 bzero(mfn_frames, PAGESIZE); in balloon_inc_reservation()395 rv = balloon_alloc_pages(credit, mfn_frames); in balloon_inc_reservation()402 if (mfn_frames[i] > new_high_mfn) in balloon_inc_reservation()403 new_high_mfn = mfn_frames[i]; in balloon_inc_reservation()412 cnt = balloon_init_new_pages(&mfn_frames[i], rv - i); in balloon_inc_reservation()437 reassign_pfn(pp->p_pagenum, mfn_frames[i]); in balloon_inc_reservation()440 reassign_pfn(pp->p_pagenum, mfn_frames[i]); in balloon_inc_reservation()480 (void) balloon_free_pages(rv - cnt, &mfn_frames[i], NULL, NULL); in balloon_inc_reservation()503 bzero(mfn_frames, sizeof (mfn_frames)); in balloon_dec_reservation()[all …]