Home
last modified time | relevance | path

Searched refs:BP_DONE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/xen/
H A Dballoon.c129 * BP_DONE: done or nothing to do,
136 BP_DONE, enumerator
140 } balloon_state = BP_DONE;
214 if (balloon_state == BP_DONE) { in update_schedule()
438 return BP_DONE; in increase_reservation()
443 enum bp_state state = BP_DONE; in decrease_reservation()
499 * Stop waiting if either state is BP_DONE and ballooning action is
500 * needed, or if the credit has changed while state is not BP_DONE.
504 if (balloon_state == BP_DONE) in balloon_thread_cond()
524 case BP_DONE in balloon_thread()
[all...]
/kernel/linux/linux-6.6/drivers/xen/
H A Dballoon.c113 * BP_DONE: done or nothing to do,
120 BP_DONE, enumerator
124 } balloon_state = BP_DONE;
198 if (balloon_state == BP_DONE) { in update_schedule()
422 return BP_DONE; in increase_reservation()
427 enum bp_state state = BP_DONE; in decrease_reservation()
483 * Stop waiting if either state is BP_DONE and ballooning action is
484 * needed, or if the credit has changed while state is not BP_DONE.
488 if (balloon_state == BP_DONE) in balloon_thread_cond()
508 case BP_DONE in balloon_thread()
[all...]

Completed in 3 milliseconds