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

/linux-master/block/
H A Dblk-throttle.c182 * throtl_peek_queued - peek the first bio on a qnode list
185 static struct bio *throtl_peek_queued(struct list_head *queued) function
770 bio != throtl_peek_queued(&tg->service_queue.queued[rw]));
869 bio = throtl_peek_queued(&sq->queued[READ]);
873 bio = throtl_peek_queued(&sq->queued[WRITE]);
952 while ((bio = throtl_peek_queued(&sq->queued[READ])) &&
962 while ((bio = throtl_peek_queued(&sq->queued[WRITE])) &&

Completed in 369 milliseconds