Searched refs:reclaim_thread (Results 1 – 1 of 1) sorted by relevance
123 struct md_thread *reclaim_thread; member1573 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()3126 log->reclaim_thread = md_register_thread(r5l_reclaim_thread, in r5l_init_log()3128 if (!log->reclaim_thread) in r5l_init_log()3129 goto reclaim_thread; in r5l_init_log()3130 log->reclaim_thread->timeout = R5C_RECLAIM_WAKEUP_INTERVAL; in r5l_init_log()3152 reclaim_thread: in r5l_init_log()3172 md_unregister_thread(&log->reclaim_thread); in r5l_exit_log()