Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsuspend.h333 extern bool sync_on_suspend_enabled;
347 static inline bool sync_on_suspend_enabled(void) { return true; } in sync_on_suspend_enabled() function
/linux-6.3-rc2/kernel/power/
A Dmain.c206 bool sync_on_suspend_enabled = !IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC); variable
211 return sprintf(buf, "%d\n", sync_on_suspend_enabled); in sync_on_suspend_show()
226 sync_on_suspend_enabled = !!val; in sync_on_suspend_store()
A Dsuspend.c574 if (sync_on_suspend_enabled) { in enter_state()

Completed in 7 milliseconds