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

/linux-4.4.14/kernel/power/
H A Dhibernate.c67 bool hibernation_available(void) hibernation_available() function
652 if (!hibernation_available()) { hibernate()
749 if (noresume || !hibernation_available()) software_resume()
915 if (!hibernation_available()) disk_show()
952 if (!hibernation_available()) disk_store()
H A Duser.c52 if (!hibernation_available()) snapshot_open()
H A Dmain.c319 if (hibernation_available()) state_show()
/linux-4.4.14/include/linux/
H A Dsuspend.h384 extern bool hibernation_available(void);
397 static inline bool hibernation_available(void) { return false; } hibernation_available() function

Completed in 161 milliseconds