Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dblk-throttle.c17 static int throtl_grp_quantum = 8; variable
1160 unsigned int max_nr_reads = throtl_grp_quantum*3/4; in throtl_dispatch_tg()
1161 unsigned int max_nr_writes = throtl_grp_quantum - max_nr_reads; in throtl_dispatch_tg()