Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dblk-throttle.c1097 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
1108 nr_reads++; in throtl_dispatch_tg()
1110 if (nr_reads >= max_nr_reads) in throtl_dispatch_tg()
1124 return nr_reads + nr_writes; in throtl_dispatch_tg()