Searched refs:gc_thread (Results 1 – 3 of 3) sorted by relevance
628 struct task_struct *gc_thread; member
1750 if (!IS_ERR_OR_NULL(c->gc_thread)) in cache_set_flush()1751 kthread_stop(c->gc_thread); in cache_set_flush()
1878 c->gc_thread = kthread_run(bch_gc_thread, c, "bcache_gc"); in bch_gc_thread_start()1879 return PTR_ERR_OR_ZERO(c->gc_thread); in bch_gc_thread_start()