Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-throttle.c1091 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
1112 nr_writes++; in throtl_dispatch_tg()
1114 if (nr_writes >= max_nr_writes) in throtl_dispatch_tg()
1118 return nr_reads + nr_writes; in throtl_dispatch_tg()