Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsuspend.h337 extern bool sync_on_suspend_enabled;
353 static inline bool sync_on_suspend_enabled(void) { return true; } in sync_on_suspend_enabled() function
/openbmc/linux/kernel/power/
H A Dmain.c247 bool sync_on_suspend_enabled = !IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC); variable
252 return sprintf(buf, "%d\n", sync_on_suspend_enabled); in sync_on_suspend_show()
267 sync_on_suspend_enabled = !!val; in sync_on_suspend_store()
H A Dsuspend.c581 if (sync_on_suspend_enabled) { in enter_state()