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

/linux-master/block/
H A Dblk-throttle.c272 * throtl_peek_queued - peek the first bio on a qnode list
275 static struct bio *throtl_peek_queued(struct list_head *queued) function
916 bio != throtl_peek_queued(&tg->service_queue.queued[rw]));
1015 bio = throtl_peek_queued(&sq->queued[READ]);
1019 bio = throtl_peek_queued(&sq->queued[WRITE]);
1098 while ((bio = throtl_peek_queued(&sq->queued[READ])) &&
1108 while ((bio = throtl_peek_queued(&sq->queued[WRITE])) &&

Completed in 155 milliseconds