Searched refs:moving_gc_wq (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/md/bcache/
H A Dmovinggc.c158 io->op.wq = c->moving_gc_wq;
H A Dsuper.c1696 if (c->moving_gc_wq)
1697 destroy_workqueue(c->moving_gc_wq);
1943 c->moving_gc_wq = alloc_workqueue("bcache_gc", WQ_MEM_RECLAIM, 0);
1944 if (!c->moving_gc_wq)
H A Dbcache.h668 struct workqueue_struct *moving_gc_wq; member in struct:cache_set

Completed in 134 milliseconds