Home
last modified time | relevance | path

Searched refs:reclaim_thread (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/
Draid5-cache.c74 struct md_thread *reclaim_thread; member
780 md_wakeup_thread(log->reclaim_thread); in r5l_wake_reclaim()
790 log->reclaim_thread = md_register_thread(r5l_reclaim_thread, in r5l_quiesce()
802 md_unregister_thread(&log->reclaim_thread); in r5l_quiesce()
1163 log->reclaim_thread = md_register_thread(r5l_reclaim_thread, in r5l_init_log()
1165 if (!log->reclaim_thread) in r5l_init_log()
1166 goto reclaim_thread; in r5l_init_log()
1178 md_unregister_thread(&log->reclaim_thread); in r5l_init_log()
1179 reclaim_thread: in r5l_init_log()
1188 md_unregister_thread(&log->reclaim_thread); in r5l_exit_log()