Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/
Dballoon.c81 enum bp_state { enum
167 static enum bp_state update_schedule(enum bp_state state) in update_schedule()
222 static enum bp_state reserve_additional_memory(long credit) in reserve_additional_memory()
319 static enum bp_state reserve_additional_memory(long credit) in reserve_additional_memory()
326 static enum bp_state increase_reservation(unsigned long nr_pages) in increase_reservation()
396 static enum bp_state decrease_reservation(unsigned long nr_pages, gfp_t gfp) in decrease_reservation()
398 enum bp_state state = BP_DONE; in decrease_reservation()
482 enum bp_state state = BP_DONE; in balloon_process()
541 enum bp_state st; in alloc_xenballooned_pages()