Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dalloc_foreground.c1801 if (c->allocator_last_stuck && in allocator_wait_timeout()
1802 time_after(c->allocator_last_stuck + HZ * 60 * 2, jiffies)) in allocator_wait_timeout()
1813 c->allocator_last_stuck = jiffies; in __bch2_wait_on_allocator()
Dbcachefs.h900 unsigned long allocator_last_stuck; member