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

/linux-master/fs/bcachefs/
H A Djournal_reclaim.h9 struct task_struct *p = READ_ONCE(j->reclaim_thread);
H A Djournal_types.h268 struct task_struct *reclaim_thread; member in struct:journal
H A Djournal_reclaim.c763 struct task_struct *p = j->reclaim_thread;
765 j->reclaim_thread = NULL;
779 if (j->reclaim_thread)
790 j->reclaim_thread = p;
H A Djournal.c406 if (fifo_empty(&j->pin) && j->reclaim_thread)
407 wake_up_process(j->reclaim_thread);
/linux-master/drivers/md/
H A Draid5-cache.c123 struct md_thread __rcu *reclaim_thread; member in struct:r5l_log
1575 md_wakeup_thread(log->reclaim_thread);
1582 log->reclaim_thread, lockdep_is_held(&mddev->reconfig_mutex));
3121 goto reclaim_thread;
3124 rcu_assign_pointer(log->reclaim_thread, thread);
3146 reclaim_thread:
3163 md_unregister_thread(conf->mddev, &log->reclaim_thread);

Completed in 132 milliseconds