Searched refs:vm_suspend_how (Results 1 – 3 of 3) sorted by relevance
112 const char *vm_state_to_str(enum vm_suspend_how idx);113 void vm_set_suspend_mode(enum vm_suspend_how how);133 int vm_suspend(struct vmctx *ctx, enum vm_suspend_how how);
13 enum vm_suspend_how { enum
77 const char *vm_state_to_str(enum vm_suspend_how idx) in vm_state_to_str()494 static enum vm_suspend_how suspend_mode = VM_SUSPEND_NONE;497 vm_set_suspend_mode(enum vm_suspend_how how) in vm_set_suspend_mode()510 vm_suspend(struct vmctx *ctx, enum vm_suspend_how how) in vm_suspend()
Completed in 8 milliseconds