Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/bcache/ !
Dmovinggc.c158 io->op.wq = c->moving_gc_wq; in read_moving()
Dsuper.c1689 if (c->moving_gc_wq) in CLOSURE_CALLBACK()
1690 destroy_workqueue(c->moving_gc_wq); in CLOSURE_CALLBACK()
1936 c->moving_gc_wq = alloc_workqueue("bcache_gc", WQ_MEM_RECLAIM, 0); in bch_cache_set_alloc()
1937 if (!c->moving_gc_wq) in bch_cache_set_alloc()
Dbcache.h669 struct workqueue_struct *moving_gc_wq; member