Home
last modified time | relevance | path

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

/openbmc/linux/kernel/power/
H A Dhibernate.c83 bool hibernation_available(void) in hibernation_available() function
724 if (!hibernation_available()) { in hibernate()
1014 if (noresume || !hibernation_available()) in software_resume_initcall()
1071 if (!hibernation_available()) in disk_show()
1110 if (!hibernation_available()) in disk_store()
1168 if (!hibernation_available()) in resume_store()
H A Duser.c44 return hibernation_available() && snapshot_state.dev == dev; in is_hibernate_resume_dev()
53 if (!hibernation_available()) in snapshot_open()
H A Dmain.c652 if (hibernation_available()) in state_show()
/openbmc/linux/include/linux/
H A Dsuspend.h449 extern bool hibernation_available(void);
468 static inline bool hibernation_available(void) { return false; } in hibernation_available() function