Searched refs:FRAME_ARRAY_SIZE (Results 1 – 1 of 1) sorted by relevance
362 #define FRAME_ARRAY_SIZE (PAGESIZE / sizeof (ulong_t)) macro367 static ulong_t mfn_frames[FRAME_ARRAY_SIZE];368 static pfn_t pfn_frames[FRAME_ARRAY_SIZE];391 if (credit > FRAME_ARRAY_SIZE) in balloon_inc_reservation()392 credit = FRAME_ARRAY_SIZE; in balloon_inc_reservation()506 if (debit > FRAME_ARRAY_SIZE) { in balloon_dec_reservation()507 debit = FRAME_ARRAY_SIZE; in balloon_dec_reservation()