Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dhibernate.c74 static int hibernation_mode = HIBERNATION_SHUTDOWN; variable
118 hibernation_mode = HIBERNATION_PLATFORM; in hibernation_set_ops()
119 else if (hibernation_mode == HIBERNATION_PLATFORM) in hibernation_set_ops()
120 hibernation_mode = HIBERNATION_SHUTDOWN; in hibernation_set_ops()
650 * depending on the value of hibernation_mode.
657 if (hibernation_mode == HIBERNATION_SUSPEND) { in power_down()
660 hibernation_mode = hibernation_ops ? in power_down()
674 switch (hibernation_mode) { in power_down()
786 error = hibernation_snapshot(hibernation_mode == HIBERNATION_PLATFORM); in hibernate()
793 if (hibernation_mode in hibernate()
[all...]
/linux/mm/
H A Dvmscan.c140 unsigned int hibernation_mode:1; member
6050 !sc->hibernation_mode && in shrink_node()
7335 .hibernation_mode = 1, in shrink_all_memory()