reclaim_thread    123 drivers/md/raid5-cache.c 	struct md_thread *reclaim_thread;
reclaim_thread   1575 drivers/md/raid5-cache.c 	md_wakeup_thread(log->reclaim_thread);
reclaim_thread   1586 drivers/md/raid5-cache.c 		kthread_park(log->reclaim_thread->tsk);
reclaim_thread   1590 drivers/md/raid5-cache.c 		kthread_unpark(log->reclaim_thread->tsk);
reclaim_thread   3130 drivers/md/raid5-cache.c 	log->reclaim_thread = md_register_thread(r5l_reclaim_thread,
reclaim_thread   3132 drivers/md/raid5-cache.c 	if (!log->reclaim_thread)
reclaim_thread   3133 drivers/md/raid5-cache.c 		goto reclaim_thread;
reclaim_thread   3134 drivers/md/raid5-cache.c 	log->reclaim_thread->timeout = R5C_RECLAIM_WAKEUP_INTERVAL;
reclaim_thread   3156 drivers/md/raid5-cache.c reclaim_thread:
reclaim_thread   3179 drivers/md/raid5-cache.c 	md_unregister_thread(&log->reclaim_thread);