Home
last modified time | relevance | path

Searched refs:flush_on_suspend (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-writecache.c171 bool flush_on_suspend:1; member
904 bool flush_on_suspend; in writecache_suspend() local
911 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
912 if (flush_on_suspend) { in writecache_suspend()
913 wc->flush_on_suspend = false; in writecache_suspend()
922 if (flush_on_suspend) in writecache_suspend()
1123 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()
1131 wc->flush_on_suspend = true; in activate_cleaner()
1159 else if (!strcasecmp(argv[0], "flush_on_suspend")) in writecache_message()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-writecache.c172 bool flush_on_suspend:1; member
928 bool flush_on_suspend; in writecache_suspend() local
935 flush_on_suspend = wc->flush_on_suspend; in writecache_suspend()
936 if (flush_on_suspend) { in writecache_suspend()
937 wc->flush_on_suspend = false; in writecache_suspend()
946 if (flush_on_suspend) in writecache_suspend()
1151 wc->flush_on_suspend = true; in process_flush_on_suspend_mesg()
1159 wc->flush_on_suspend = true; in activate_cleaner()
1199 else if (!strcasecmp(argv[0], "flush_on_suspend")) in writecache_message()
[all...]

Completed in 10 milliseconds