Searched refs:TYPE_COUNTER (Results 1 – 2 of 2) sorted by relevance
| /fs/bcachefs/ |
| A D | sb-counters_format.h | 6 TYPE_COUNTER = BIT(0), /* event counters */ enumerator 14 x(io_read_promote, 30, TYPE_COUNTER) \ 15 x(io_read_bounce, 31, TYPE_COUNTER) \ 16 x(io_read_split, 33, TYPE_COUNTER) \ 18 x(io_read_retry, 32, TYPE_COUNTER) \ 25 x(io_move_fail, 38, TYPE_COUNTER) \ 31 x(bucket_discard, 4, TYPE_COUNTER) \ 33 x(bucket_alloc, 5, TYPE_COUNTER) \ 58 x(copygc, 40, TYPE_COUNTER) \ 59 x(copygc_wait, 41, TYPE_COUNTER) \ [all …]
|
| A D | sysfs.c | 535 (f & TYPE_COUNTER) ? prt_u64(out, counter_since_mount) :\ in SHOW() 540 (f & TYPE_COUNTER) ? prt_u64(out, counter) : \ in SHOW()
|
Completed in 8 milliseconds