Searched refs:gc_thread (Results 1 – 9 of 9) sorted by relevance
32 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in gc_thread_func()33 wait_queue_head_t *wq = &sbi->gc_thread->gc_wait_queue_head; in gc_thread_func()149 sbi->gc_thread = gc_th; in f2fs_start_gc_thread()150 init_waitqueue_head(&sbi->gc_thread->gc_wait_queue_head); in f2fs_start_gc_thread()151 sbi->gc_thread->f2fs_gc_task = kthread_run(gc_thread_func, sbi, in f2fs_start_gc_thread()156 sbi->gc_thread = NULL; in f2fs_start_gc_thread()164 struct f2fs_gc_kthread *gc_th = sbi->gc_thread; in f2fs_stop_gc_thread()169 sbi->gc_thread = NULL; in f2fs_stop_gc_thread()
55 return (unsigned char *)sbi->gc_thread; in __struct_ptr()366 if (sbi->gc_thread) { in __sbi_store()367 sbi->gc_thread->gc_wake = 1; in __sbi_store()369 &sbi->gc_thread->gc_wait_queue_head); in __sbi_store()
265 if (sbi->gc_thread) in update_mem_info()
1894 if (sbi->gc_thread) { in f2fs_remount()1898 } else if (!sbi->gc_thread) { in f2fs_remount()
1531 struct f2fs_gc_kthread *gc_thread; /* GC thread */ member
4 Description: Controls the maximum sleep time for gc_thread. Time10 Description: Controls the minimum sleep time for gc_thread. Time16 Description: Controls the default sleep time for gc_thread. Time
627 struct task_struct *gc_thread; member
1865 c->gc_thread = kthread_run(bch_gc_thread, c, "bcache_gc"); in bch_gc_thread_start()1866 return PTR_ERR_OR_ZERO(c->gc_thread); in bch_gc_thread_start()
1699 if (!IS_ERR_OR_NULL(c->gc_thread)) in cache_set_flush()1700 kthread_stop(c->gc_thread); in cache_set_flush()