throtl_peek_queued  980 block/blk-throttle.c 	       bio != throtl_peek_queued(&tg->service_queue.queued[rw]));
throtl_peek_queued 1084 block/blk-throttle.c 	bio = throtl_peek_queued(&sq->queued[READ]);
throtl_peek_queued 1088 block/blk-throttle.c 	bio = throtl_peek_queued(&sq->queued[WRITE]);
throtl_peek_queued 1166 block/blk-throttle.c 	while ((bio = throtl_peek_queued(&sq->queued[READ])) &&
throtl_peek_queued 1176 block/blk-throttle.c 	while ((bio = throtl_peek_queued(&sq->queued[WRITE])) &&
throtl_peek_queued 2323 block/blk-throttle.c 		while ((bio = throtl_peek_queued(&sq->queued[READ])))
throtl_peek_queued 2325 block/blk-throttle.c 		while ((bio = throtl_peek_queued(&sq->queued[WRITE])))