Searched refs:reclaim_thread (Results 1 – 1 of 1) sorted by relevance
132 struct md_thread *reclaim_thread; member1584 md_wakeup_thread(log->reclaim_thread); in r5l_wake_reclaim()1595 kthread_park(log->reclaim_thread->tsk); in r5l_quiesce()1599 kthread_unpark(log->reclaim_thread->tsk); in r5l_quiesce()3128 log->reclaim_thread = md_register_thread(r5l_reclaim_thread, in r5l_init_log()3130 if (!log->reclaim_thread) in r5l_init_log()3131 goto reclaim_thread; in r5l_init_log()3132 log->reclaim_thread->timeout = R5C_RECLAIM_WAKEUP_INTERVAL; in r5l_init_log()3155 md_unregister_thread(&log->reclaim_thread); in r5l_init_log()3156 reclaim_thread: in r5l_init_log()[all …]