Searched refs:reclaim_thread (Results 1 – 4 of 4) sorted by relevance
9 struct task_struct *p = READ_ONCE(j->reclaim_thread); in journal_reclaim_kick()
802 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()
284 struct task_struct *reclaim_thread; member
420 if (fifo_empty(&j->pin) && j->reclaim_thread) in journal_entry_open()421 wake_up_process(j->reclaim_thread); in journal_entry_open()