gc_thread         628 drivers/md/bcache/bcache.h 	struct task_struct	*gc_thread;
gc_thread        1911 drivers/md/bcache/btree.c 	c->gc_thread = kthread_run(bch_gc_thread, c, "bcache_gc");
gc_thread        1912 drivers/md/bcache/btree.c 	return PTR_ERR_OR_ZERO(c->gc_thread);
gc_thread        1623 drivers/md/bcache/super.c 	if (!IS_ERR_OR_NULL(c->gc_thread))
gc_thread        1624 drivers/md/bcache/super.c 		kthread_stop(c->gc_thread);
gc_thread         241 fs/f2fs/debug.c 	if (sbi->gc_thread)
gc_thread        1288 fs/f2fs/f2fs.h 	struct f2fs_gc_kthread	*gc_thread;	/* GC thread */
gc_thread          26 fs/f2fs/gc.c   	struct f2fs_gc_kthread *gc_th = sbi->gc_thread;
gc_thread          27 fs/f2fs/gc.c   	wait_queue_head_t *wq = &sbi->gc_thread->gc_wait_queue_head;
gc_thread         139 fs/f2fs/gc.c   	sbi->gc_thread = gc_th;
gc_thread         140 fs/f2fs/gc.c   	init_waitqueue_head(&sbi->gc_thread->gc_wait_queue_head);
gc_thread         141 fs/f2fs/gc.c   	sbi->gc_thread->f2fs_gc_task = kthread_run(gc_thread_func, sbi,
gc_thread         146 fs/f2fs/gc.c   		sbi->gc_thread = NULL;
gc_thread         154 fs/f2fs/gc.c   	struct f2fs_gc_kthread *gc_th = sbi->gc_thread;
gc_thread         159 fs/f2fs/gc.c   	sbi->gc_thread = NULL;
gc_thread        1683 fs/f2fs/super.c 		if (sbi->gc_thread) {
gc_thread        1687 fs/f2fs/super.c 	} else if (!sbi->gc_thread) {
gc_thread          48 fs/f2fs/sysfs.c 		return (unsigned char *)sbi->gc_thread;
gc_thread         296 fs/f2fs/sysfs.c 			if (sbi->gc_thread) {
gc_thread         297 fs/f2fs/sysfs.c 				sbi->gc_thread->gc_wake = 1;
gc_thread         299 fs/f2fs/sysfs.c 					&sbi->gc_thread->gc_wait_queue_head);