Searched refs:copygc_wait (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | movinggc.c | 301 prt_printf(out, "copygc_wait:\t%llu\n", c->copygc_wait); in bch2_copygc_wait_to_text() 305 prt_human_readable_u64(out, max(0LL, c->copygc_wait - in bch2_copygc_wait_to_text() 370 c->copygc_wait = last + wait; in bch2_copygc_thread() 372 trace_and_count(c, copygc_wait, c, wait, last + wait); in bch2_copygc_thread() 378 c->copygc_wait = 0; in bch2_copygc_thread()
|
D | sb-counters_format.h | 47 x(copygc_wait, 41) \
|
D | bcachefs.h | 993 s64 copygc_wait; member
|
D | alloc_foreground.c | 572 c->copygc_wait - atomic64_read(&c->io_clock[WRITE].now)); in trace_bucket_alloc2()
|
D | trace.h | 911 TRACE_EVENT(copygc_wait,
|