Home
last modified time | relevance | path

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

/linux/kernel/power/
H A Dmain.c296 bool sync_on_suspend_enabled = !IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC); variable
301 return sysfs_emit(buf, "%d\n", sync_on_suspend_enabled); in sync_on_suspend_show()
316 sync_on_suspend_enabled = !!val; in sync_on_suspend_store()
H A Dsuspend.c597 if (sync_on_suspend_enabled) { in enter_state()