Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.h200 sbi->gc_thread->boost_zoned_gc_percent); in need_to_boost_gc()
H A Dsuper.c2917 if (sbi->gc_thread) { in __f2fs_remount()
2921 } else if (!sbi->gc_thread) { in __f2fs_remount()
/linux/drivers/md/bcache/
H A Dbcache.h637 struct task_struct *gc_thread; member
H 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()
H A Dsuper.c1725 if (!IS_ERR_OR_NULL(c->gc_thread)) in CLOSURE_CALLBACK()
1726 kthread_stop(c->gc_thread); in CLOSURE_CALLBACK()