Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-throttle.c1092 unsigned int max_nr_reads = THROTL_GRP_QUANTUM * 3 / 4; in throtl_dispatch_tg() local
1093 unsigned int max_nr_writes = THROTL_GRP_QUANTUM - max_nr_reads; in throtl_dispatch_tg()
1104 if (nr_reads >= max_nr_reads) in throtl_dispatch_tg()