Searched refs:writeback_thread (Results 1 – 3 of 3) sorted by relevance
130 if (!IS_ERR_OR_NULL(dc->writeback_thread)) in bch_writeback_queue()131 wake_up_process(dc->writeback_thread); in bch_writeback_queue()
346 struct task_struct *writeback_thread; member
470 if (IS_ERR_OR_NULL(dc->writeback_thread)) { in STORE()