Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-throttle.c937 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
948 nr_reads++; in throtl_dispatch_tg()
950 if (nr_reads >= max_nr_reads) in throtl_dispatch_tg()
964 return nr_reads + nr_writes; in throtl_dispatch_tg()