Home
last modified time | relevance | path

Searched refs:gc_thread (Results 1 – 3 of 3) sorted by relevance

/drivers/md/bcache/
A Dbcache.h637 struct task_struct *gc_thread; member
A Dbtree.c1907 c->gc_thread = kthread_run(bch_gc_thread, c, "bcache_gc"); in bch_gc_thread_start()
1908 return PTR_ERR_OR_ZERO(c->gc_thread); in bch_gc_thread_start()
A Dsuper.c1718 if (!IS_ERR_OR_NULL(c->gc_thread)) in CLOSURE_CALLBACK()
1719 kthread_stop(c->gc_thread); in CLOSURE_CALLBACK()

Completed in 17 milliseconds