Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dblk-throttle.c337 static struct bio *throtl_peek_queued(struct list_head *queued) in throtl_peek_queued() function
920 bio != throtl_peek_queued(&tg->service_queue.queued[rw])); in tg_may_dispatch()
1050 if ((bio = throtl_peek_queued(&sq->queued[READ]))) in tg_update_disptime()
1053 if ((bio = throtl_peek_queued(&sq->queued[WRITE]))) in tg_update_disptime()
1130 while ((bio = throtl_peek_queued(&sq->queued[READ])) && in throtl_dispatch_tg()
1140 while ((bio = throtl_peek_queued(&sq->queued[WRITE])) && in throtl_dispatch_tg()
1611 while ((bio = throtl_peek_queued(&sq->queued[READ]))) in tg_drain_bios()
1613 while ((bio = throtl_peek_queued(&sq->queued[WRITE]))) in tg_drain_bios()