Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-throttle.c1123 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
1134 nr_reads++; in throtl_dispatch_tg()
1136 if (nr_reads >= max_nr_reads) in throtl_dispatch_tg()
1150 return nr_reads + nr_writes; in throtl_dispatch_tg()
/linux-4.1.27/fs/
Dbuffer.c2515 int nr_reads = 0; in nobh_write_begin() local
2594 nr_reads++; in nobh_write_begin()
2598 if (nr_reads) { in nobh_write_begin()