alloc_thread      426 drivers/md/bcache/alloc.c 	if (ca->alloc_thread)
alloc_thread      427 drivers/md/bcache/alloc.c 		wake_up_process(ca->alloc_thread);
alloc_thread      741 drivers/md/bcache/alloc.c 	ca->alloc_thread = k;
alloc_thread      415 drivers/md/bcache/bcache.h 	struct task_struct	*alloc_thread;
alloc_thread      915 drivers/md/bcache/bcache.h 		wake_up_process(ca->alloc_thread);
alloc_thread     1642 drivers/md/bcache/super.c 		if (ca->alloc_thread)
alloc_thread     1643 drivers/md/bcache/super.c 			kthread_stop(ca->alloc_thread);