Searched refs:how (Results 1 – 3 of 3) sorted by relevance
497 vm_set_suspend_mode(enum vm_suspend_how how) in vm_set_suspend_mode() argument499 …ce("VM state changed from[ %s ] to [ %s ]\n", vm_state_to_str(suspend_mode), vm_state_to_str(how)); in vm_set_suspend_mode()500 suspend_mode = how; in vm_set_suspend_mode()510 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) in vm_suspend() argument512 pr_info("%s: setting VM state to %s\n", __func__, vm_state_to_str(how)); in vm_suspend()513 vm_set_suspend_mode(how); in vm_suspend()
113 void vm_set_suspend_mode(enum vm_suspend_how how);133 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
14 - acrn: fix how to get memory below 4G
Completed in 9 milliseconds