Home
last modified time | relevance | path

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

/linux/include/linux/
A Dsuspend.h332 extern bool sync_on_suspend_enabled;
346 static inline bool sync_on_suspend_enabled(void) { return true; } in sync_on_suspend_enabled() function
/linux/kernel/power/
A Dmain.c200 bool sync_on_suspend_enabled = !IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC); variable
205 return sprintf(buf, "%d\n", sync_on_suspend_enabled); in sync_on_suspend_show()
220 sync_on_suspend_enabled = !!val; in sync_on_suspend_store()
A Dsuspend.c568 if (sync_on_suspend_enabled) { in enter_state()
/linux/
A DSystem.map130770 ffff800011de25b0 D sync_on_suspend_enabled
A D.tmp_System.map130770 ffff800011de25b0 D sync_on_suspend_enabled

Completed in 377 milliseconds