Searched refs:copygc_wait (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | movinggc.c | 307 prt_printf(out, "copygc_wait:\t%llu\n", c->copygc_wait); in bch2_copygc_wait_to_text() 311 prt_human_readable_u64(out, max(0LL, c->copygc_wait - in bch2_copygc_wait_to_text() 394 c->copygc_wait = last + wait; in bch2_copygc_thread() 396 trace_and_count(c, copygc_wait, c, wait, last + wait); in bch2_copygc_thread() 402 c->copygc_wait = 0; in bch2_copygc_thread()
|
| H A D | sb-counters_format.h | 56 x(copygc_wait, 41, TYPE_COUNTER) \
|
| H A D | bcachefs.h | 1004 s64 copygc_wait; member
|
| H A D | alloc_foreground.c | 476 c->copygc_wait - atomic64_read(&c->io_clock[WRITE].now)); in trace_bucket_alloc2()
|
| H A D | trace.h | 920 TRACE_EVENT(copygc_wait,
|