Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dballoon.c123 } balloon_state = BP_DONE; variable
199 if (balloon_state == BP_WAIT || balloon_state == BP_ECANCELED) in update_schedule()
202 if (balloon_state == BP_DONE) { in update_schedule()
214 balloon_state = BP_ECANCELED; in update_schedule()
223 balloon_state = BP_EAGAIN; in update_schedule()
496 if (balloon_state == BP_DONE) in balloon_thread_cond()
515 switch (balloon_state) { in balloon_thread()
542 balloon_state = increase_reservation(credit); in balloon_thread()
544 balloon_state = reserve_additional_memory(); in balloon_thread()
551 balloon_state = decrease_reservation(n_pages, in balloon_thread()
[all …]