Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5-cache.c123 struct md_thread __rcu *reclaim_thread; member
1572 md_wakeup_thread(log->reclaim_thread); in r5l_wake_reclaim()
1579 log->reclaim_thread, lockdep_is_held(&mddev->reconfig_mutex)); in r5l_quiesce()
3127 goto reclaim_thread; in r5l_init_log()
3130 rcu_assign_pointer(log->reclaim_thread, thread); in r5l_init_log()
3152 reclaim_thread: in r5l_init_log()
3169 md_unregister_thread(conf->mddev, &log->reclaim_thread); in r5l_exit_log()