Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal_reclaim.h9 struct task_struct *p = READ_ONCE(j->reclaim_thread); in journal_reclaim_kick()
H A Djournal_reclaim.c811 struct task_struct *p = j->reclaim_thread; in bch2_journal_reclaim_stop()
813 j->reclaim_thread = NULL; in bch2_journal_reclaim_stop()
827 if (j->reclaim_thread) in bch2_journal_reclaim_start()
838 j->reclaim_thread = p; in bch2_journal_reclaim_start()
H A Djournal_types.h273 struct task_struct *reclaim_thread; member
H A Djournal.c454 if (fifo_empty(&j->pin) && j->reclaim_thread) in journal_entry_open()
455 wake_up_process(j->reclaim_thread); in journal_entry_open()
/linux-6.15/drivers/md/
H A Draid5-cache.c123 struct md_thread __rcu *reclaim_thread; member
1571 md_wakeup_thread(log->reclaim_thread); in r5l_wake_reclaim()
1578 log->reclaim_thread, lockdep_is_held(&mddev->reconfig_mutex)); in r5l_quiesce()
3112 goto reclaim_thread; in r5l_init_log()
3115 rcu_assign_pointer(log->reclaim_thread, thread); in r5l_init_log()
3137 reclaim_thread: in r5l_init_log()
3154 md_unregister_thread(conf->mddev, &log->reclaim_thread); in r5l_exit_log()