Home
last modified time | relevance | path

Searched refs:hibernation_in_progress (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/power/
H A Dpower.h79 extern bool hibernation_in_progress(void);
86 static inline bool hibernation_in_progress(void) { return false; } in hibernation_in_progress() function
H A Dhibernate.c104 bool hibernation_in_progress(void) in hibernation_in_progress() function
H A Dmain.c640 return pm_suspend_in_progress() || hibernation_in_progress(); in pm_sleep_transition_in_progress()