Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dballoon.c123 } 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()
492 if (balloon_state == BP_DONE) in balloon_thread_cond()
511 switch (balloon_state) { in balloon_thread()
538 balloon_state = increase_reservation(credit); in balloon_thread()
540 balloon_state in balloon_thread()
[all...]
/linux/drivers/hv/
H A Dhv_balloon.c442 struct balloon_state { struct
517 struct balloon_state balloon_wrk;