Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dsuspend.h351 static inline bool sync_on_suspend_enabled(void) { return true; } in sync_on_suspend_enabled() function
/OK3568_Linux_fs/kernel/kernel/power/
H A Dmain.c200 bool sync_on_suspend_enabled = !IS_ENABLED(CONFIG_SUSPEND_SKIP_SYNC); variable