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

/linux-master/block/
H A Dblk-throttle.c290 * throtl_pop_queued - pop the first bio form a qnode list
303 static struct bio *throtl_pop_queued(struct list_head *queued, function
1059 bio = throtl_pop_queued(&sq->queued[rw], &tg_to_put);
1264 while ((bio = throtl_pop_queued(&td_sq->queued[rw], NULL)))

Completed in 103 milliseconds