Lines Matching refs:balloon_state
124 } balloon_state = BP_DONE;
195 if (balloon_state == BP_WAIT || balloon_state == BP_ECANCELED)
198 if (balloon_state == BP_DONE) {
210 balloon_state = BP_ECANCELED;
219 balloon_state = BP_EAGAIN;
488 if (balloon_state == BP_DONE)
507 switch (balloon_state) {
534 balloon_state = increase_reservation(credit);
536 balloon_state = reserve_additional_memory();
543 balloon_state = decrease_reservation(n_pages,
545 if (balloon_state == BP_DONE && n_pages != -credit &&
547 balloon_state = BP_EAGAIN;
769 if (balloon_state == BP_ECANCELED) {