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

/linux-master/include/linux/
H A Dsuspend.h278 extern bool sync_on_suspend_enabled;
294 static inline bool sync_on_suspend_enabled(void) { return true; } function
/linux-master/kernel/power/
H A Dmain.c218 bool sync_on_suspend_enabled = !IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC); variable
223 return sprintf(buf, "%d\n", sync_on_suspend_enabled);
238 sync_on_suspend_enabled = !!val;
H A Dsuspend.c580 if (sync_on_suspend_enabled) {

Completed in 162 milliseconds