Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal_reclaim.h9 struct task_struct *p = READ_ONCE(j->reclaim_thread); in journal_reclaim_kick()
H A Djournal_reclaim.c802 struct task_struct *p = j->reclaim_thread; in bch2_journal_reclaim_stop()
804 j->reclaim_thread = NULL; in bch2_journal_reclaim_stop()
818 if (j->reclaim_thread) in bch2_journal_reclaim_start()
829 j->reclaim_thread = p; in bch2_journal_reclaim_start()
H A Djournal_types.h284 struct task_struct *reclaim_thread; member
H A Djournal.c420 if (fifo_empty(&j->pin) && j->reclaim_thread) in journal_entry_open()
421 wake_up_process(j->reclaim_thread); in journal_entry_open()