Searched refs:FRAME_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
364 #define FRAME_ARRAY_SIZE (PAGESIZE / sizeof (ulong_t)) macro369 static ulong_t mfn_frames[FRAME_ARRAY_SIZE];370 static pfn_t pfn_frames[FRAME_ARRAY_SIZE];393 if (credit > FRAME_ARRAY_SIZE) in balloon_inc_reservation()394 credit = FRAME_ARRAY_SIZE; in balloon_inc_reservation()508 if (debit > FRAME_ARRAY_SIZE) { in balloon_dec_reservation()509 debit = FRAME_ARRAY_SIZE; in balloon_dec_reservation()