Home
last modified time | relevance | path

Searched refs:allocator_last_stuck (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dalloc_foreground.c1717 if (c->allocator_last_stuck && in allocator_wait_timeout()
1718 time_after(c->allocator_last_stuck + HZ * 60 * 2, jiffies)) in allocator_wait_timeout()
1729 c->allocator_last_stuck = jiffies; in __bch2_wait_on_allocator()
H A Dbcachefs.h899 unsigned long allocator_last_stuck; member