Home
last modified time | relevance | path

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

/linux-6.12.1/block/
Dblk-throttle.c937 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
958 nr_writes++; in throtl_dispatch_tg()
960 if (nr_writes >= max_nr_writes) in throtl_dispatch_tg()
964 return nr_reads + nr_writes; in throtl_dispatch_tg()
/linux-6.12.1/fs/bcachefs/
Djournal.c1435 u64 nr_writes = j->nr_flush_writes + j->nr_noflush_writes; in __bch2_journal_debug_to_text() local
1458 prt_human_readable_u64(out, nr_writes ? div64_u64(j->entry_bytes_written, nr_writes) : 0); in __bch2_journal_debug_to_text()