Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Djournal_reclaim.c745 j->next_reclaim = j->last_flushed + delay; in bch2_journal_reclaim_thread()
747 if (!time_in_range(j->next_reclaim, now, now + delay)) in bch2_journal_reclaim_thread()
748 j->next_reclaim = now + delay; in bch2_journal_reclaim_thread()
763 else if (time_after(j->next_reclaim, jiffies)) in bch2_journal_reclaim_thread()
764 schedule_timeout(j->next_reclaim - jiffies); in bch2_journal_reclaim_thread()
Djournal_types.h276 unsigned long next_reclaim; member
Djournal.c1463 prt_printf(out, "reclaim runs in:\t%u ms\n", time_after(j->next_reclaim, now) in __bch2_journal_debug_to_text()
1464 ? jiffies_to_msecs(j->next_reclaim - jiffies) : 0); in __bch2_journal_debug_to_text()