Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/block/
Dblk-throttle.c1223 unsigned int nr_disp = 0; in throtl_select_dispatch() local
1241 nr_disp += throtl_dispatch_tg(tg); in throtl_select_dispatch()
1247 if (nr_disp >= THROTL_QUANTUM) in throtl_select_dispatch()
1251 return nr_disp; in throtl_select_dispatch()