Home
last modified time | relevance | path

Searched refs:writeback_thread (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dwriteback.h130 if (!IS_ERR_OR_NULL(dc->writeback_thread)) in bch_writeback_queue()
131 wake_up_process(dc->writeback_thread); in bch_writeback_queue()
H A Dsuper.c1145 if (!IS_ERR_OR_NULL(dc->writeback_thread)) { in cached_dev_detach_finish()
1146 kthread_stop(dc->writeback_thread); in cached_dev_detach_finish()
1147 dc->writeback_thread = NULL; in cached_dev_detach_finish()
1311 kthread_stop(dc->writeback_thread); in bch_cached_dev_attach()
1352 if (!IS_ERR_OR_NULL(dc->writeback_thread)) in CLOSURE_CALLBACK()
1353 kthread_stop(dc->writeback_thread); in CLOSURE_CALLBACK()
H A Dbcache.h344 struct task_struct *writeback_thread; member
H A Dsysfs.c471 if (IS_ERR_OR_NULL(dc->writeback_thread)) { in STORE()