Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal_reclaim.c778 j->next_reclaim = j->last_flushed + delay; in bch2_journal_reclaim_thread()
780 if (!time_in_range(j->next_reclaim, now, now + delay)) in bch2_journal_reclaim_thread()
781 j->next_reclaim = now + delay; in bch2_journal_reclaim_thread()
794 long timeout = j->next_reclaim - jiffies; in bch2_journal_reclaim_thread()
H A Djournal_types.h275 unsigned long next_reclaim; member
H A Djournal.c1676 prt_printf(out, "reclaim runs in:\t%u ms\n", time_after(j->next_reclaim, now) in __bch2_journal_debug_to_text()
1677 ? jiffies_to_msecs(j->next_reclaim - jiffies) : 0); in __bch2_journal_debug_to_text()