Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/xen/
Dballoon.c124 } balloon_state = BP_DONE; variable
195 if (balloon_state == BP_WAIT || balloon_state == BP_ECANCELED) in update_schedule()
198 if (balloon_state == BP_DONE) { in update_schedule()
210 balloon_state = BP_ECANCELED; in update_schedule()
219 balloon_state = BP_EAGAIN; in update_schedule()
488 if (balloon_state == BP_DONE) in balloon_thread_cond()
507 switch (balloon_state) { in balloon_thread()
534 balloon_state = increase_reservation(credit); in balloon_thread()
536 balloon_state = reserve_additional_memory(); in balloon_thread()
543 balloon_state = decrease_reservation(n_pages, in balloon_thread()
[all …]
/Linux-v6.6/drivers/hv/
Dhv_balloon.c454 struct balloon_state { struct
527 struct balloon_state balloon_wrk;