Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86xpv/os/
H A Dballoon.c362 #define FRAME_ARRAY_SIZE (PAGESIZE / sizeof (ulong_t)) macro
367 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()