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
1573 md_wakeup_thread(log->reclaim_thread); in r5l_wake_reclaim()
1584 kthread_park(log->reclaim_thread->tsk); in r5l_quiesce()
1588 kthread_unpark(log->reclaim_thread->tsk); in r5l_quiesce()
3132 log->reclaim_thread = md_register_thread(r5l_reclaim_thread, in r5l_init_log()
3134 if (!log->reclaim_thread) in r5l_init_log()
3135 goto reclaim_thread; in r5l_init_log()
3136 log->reclaim_thread->timeout = R5C_RECLAIM_WAKEUP_INTERVAL; in r5l_init_log()
3158 reclaim_thread: in r5l_init_log()
3181 md_unregister_thread(&log->reclaim_thread); in r5l_exit_log()