Searched refs:hibernation_mode (Results 1 - 2 of 2) sorted by last modified time

/linux-master/mm/
H A Dvmscan.c131 unsigned int hibernation_mode:1; member in struct:scan_control
5996 !sc->hibernation_mode &&
7262 .hibernation_mode = 1,
/linux-master/kernel/power/
H A Dhibernate.c74 static int hibernation_mode = HIBERNATION_SHUTDOWN; variable
118 hibernation_mode = HIBERNATION_PLATFORM;
119 else if (hibernation_mode == HIBERNATION_PLATFORM)
120 hibernation_mode = HIBERNATION_SHUTDOWN;
650 * depending on the value of hibernation_mode.
657 if (hibernation_mode == HIBERNATION_SUSPEND) {
660 hibernation_mode = hibernation_ops ?
674 switch (hibernation_mode) {
783 error = hibernation_snapshot(hibernation_mode == HIBERNATION_PLATFORM);
790 if (hibernation_mode
[all...]

Completed in 283 milliseconds