Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/xen/
Dballoon.c127 BP_DONE, enumerator
210 if (state == BP_DONE) { in update_schedule()
213 return BP_DONE; in update_schedule()
433 return BP_DONE; in increase_reservation()
438 enum bp_state state = BP_DONE; in decrease_reservation()
501 enum bp_state state = BP_DONE; in balloon_process()
522 if (state == BP_DONE && n_pages != -credit && in balloon_process()
533 } while (credit && state == BP_DONE); in balloon_process()
570 if (st != BP_DONE) in add_ballooned_pages()