Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c802 unsigned int nr_disp = 0; in throtl_select_dispatch() local
817 nr_disp += throtl_dispatch_tg(td, tg, bl); in throtl_select_dispatch()
824 if (nr_disp >= throtl_quantum) in throtl_select_dispatch()
828 return nr_disp; in throtl_select_dispatch()
874 unsigned int nr_disp = 0; in throtl_dispatch() local
892 nr_disp = throtl_select_dispatch(td, &bio_list_on_stack); in throtl_dispatch()
894 if (nr_disp) in throtl_dispatch()
895 throtl_log(td, "bios disp=%u", nr_disp); in throtl_dispatch()
905 if (nr_disp) { in throtl_dispatch()
911 return nr_disp; in throtl_dispatch()