Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/xen/
Dballoon.c142 } balloon_state = BP_DONE; variable
213 if (balloon_state == BP_WAIT || balloon_state == BP_ECANCELED) in update_schedule()
216 if (balloon_state == BP_DONE) { in update_schedule()
228 balloon_state = BP_ECANCELED; in update_schedule()
237 balloon_state = BP_EAGAIN; in update_schedule()
506 if (balloon_state == BP_DONE) in balloon_thread_cond()
525 switch (balloon_state) { in balloon_thread()
552 balloon_state = increase_reservation(credit); in balloon_thread()
554 balloon_state = reserve_additional_memory(); in balloon_thread()
561 balloon_state = decrease_reservation(n_pages, in balloon_thread()
[all …]
/linux-5.19.10/drivers/hv/
Dhv_balloon.c452 struct balloon_state { struct
521 struct balloon_state balloon_wrk;