Searched refs:gc_thread (Results 1 – 4 of 4) sorted by relevance
200 sbi->gc_thread->boost_zoned_gc_percent); in need_to_boost_gc()
2946 if (sbi->gc_thread) { in __f2fs_remount()2950 } else if (!sbi->gc_thread) { in __f2fs_remount()
637 struct task_struct *gc_thread; member
1907 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()