Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dmovinggc.c158 io->op.wq = c->moving_gc_wq; in read_moving()
H A Dsuper.c1721 if (c->moving_gc_wq) in cache_set_free()
1722 destroy_workqueue(c->moving_gc_wq); in cache_set_free()
1968 c->moving_gc_wq = alloc_workqueue("bcache_gc", WQ_MEM_RECLAIM, 0); in bch_cache_set_alloc()
1969 if (!c->moving_gc_wq) in bch_cache_set_alloc()
H A Dbcache.h660 struct workqueue_struct *moving_gc_wq; member
/kernel/linux/linux-6.6/drivers/md/bcache/
H A Dmovinggc.c158 io->op.wq = c->moving_gc_wq; in read_moving()
H A Dsuper.c1695 if (c->moving_gc_wq) in cache_set_free()
1696 destroy_workqueue(c->moving_gc_wq); in cache_set_free()
1942 c->moving_gc_wq = alloc_workqueue("bcache_gc", WQ_MEM_RECLAIM, 0); in bch_cache_set_alloc()
1943 if (!c->moving_gc_wq) in bch_cache_set_alloc()
H A Dbcache.h666 struct workqueue_struct *moving_gc_wq; member

Completed in 11 milliseconds