Lines Matching refs:balloon_state
140 } balloon_state = BP_DONE;
211 if (balloon_state == BP_WAIT || balloon_state == BP_ECANCELED)
214 if (balloon_state == BP_DONE) {
226 balloon_state = BP_ECANCELED;
235 balloon_state = BP_EAGAIN;
504 if (balloon_state == BP_DONE)
523 switch (balloon_state) {
550 balloon_state = increase_reservation(credit);
552 balloon_state = reserve_additional_memory();
559 balloon_state = decrease_reservation(n_pages,
561 if (balloon_state == BP_DONE && n_pages != -credit &&
563 balloon_state = BP_EAGAIN;
793 if (balloon_state == BP_ECANCELED) {