Home
last modified time | relevance | path

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

/drivers/md/
Draid5-cache.c123 struct md_thread *reclaim_thread; member
1575 md_wakeup_thread(log->reclaim_thread); in r5l_wake_reclaim()
1586 kthread_park(log->reclaim_thread->tsk); in r5l_quiesce()
1590 kthread_unpark(log->reclaim_thread->tsk); in r5l_quiesce()
3130 log->reclaim_thread = md_register_thread(r5l_reclaim_thread, in r5l_init_log()
3132 if (!log->reclaim_thread) in r5l_init_log()
3133 goto reclaim_thread; in r5l_init_log()
3134 log->reclaim_thread->timeout = R5C_RECLAIM_WAKEUP_INTERVAL; in r5l_init_log()
3156 reclaim_thread: in r5l_init_log()
3179 md_unregister_thread(&log->reclaim_thread); in r5l_exit_log()