Searched refs:throtl_pop_queued (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/block/
H A Dblk-throttle.c351 * throtl_pop_queued - pop the first bio form a qnode list
364 static struct bio *throtl_pop_queued(struct list_head *queued, throtl_pop_queued() function
1092 bio = throtl_pop_queued(&sq->queued[rw], &tg_to_put); tg_dispatch_one_bio()
1276 while ((bio = throtl_pop_queued(&td_sq->queued[rw], NULL))) blk_throtl_dispatch_work_fn()
1653 while ((bio = throtl_pop_queued(&td->service_queue.queued[rw],

Completed in 52 milliseconds