Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dblk-throttle.c946 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
957 nr_reads++; in throtl_dispatch_tg()
959 if (nr_reads >= max_nr_reads) in throtl_dispatch_tg()
973 return nr_reads + nr_writes; in throtl_dispatch_tg()
/linux-4.4.14/fs/
Dbuffer.c2518 int nr_reads = 0; in nobh_write_begin() local
2597 nr_reads++; in nobh_write_begin()
2601 if (nr_reads) { in nobh_write_begin()