Symbol: throtl_service_queue
block/blk-throttle.c
1040
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
1071
static int throtl_select_dispatch(struct throtl_service_queue *parent_sq)
block/blk-throttle.c
1077
struct throtl_service_queue *sq;
block/blk-throttle.c
1121
struct throtl_service_queue *sq = timer_container_of(sq, t,
block/blk-throttle.c
1125
struct throtl_service_queue *parent_sq;
block/blk-throttle.c
1202
struct throtl_service_queue *td_sq = &td->service_queue;
block/blk-throttle.c
1263
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
155
struct throtl_service_queue *sq)
block/blk-throttle.c
1626
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
1704
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
1736
struct throtl_service_queue *sq;
block/blk-throttle.c
218
static struct bio *throtl_pop_queued(struct throtl_service_queue *sq,
block/blk-throttle.c
253
static void throtl_service_queue_init(struct throtl_service_queue *sq)
block/blk-throttle.c
304
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
34
struct throtl_service_queue service_queue;
block/blk-throttle.c
367
throtl_rb_first(struct throtl_service_queue *parent_sq)
block/blk-throttle.c
379
struct throtl_service_queue *parent_sq)
block/blk-throttle.c
385
static void update_min_dispatch_time(struct throtl_service_queue *parent_sq)
block/blk-throttle.c
398
struct throtl_service_queue *parent_sq = tg->service_queue.parent_sq;
block/blk-throttle.c
434
struct throtl_service_queue *parent_sq =
block/blk-throttle.c
444
static void throtl_schedule_pending_timer(struct throtl_service_queue *sq,
block/blk-throttle.c
481
static bool throtl_schedule_next_dispatch(struct throtl_service_queue *sq,
block/blk-throttle.c
566
static unsigned int sq_queued(struct throtl_service_queue *sq, int type)
block/blk-throttle.c
59
static struct throtl_grp *sq_to_tg(struct throtl_service_queue *sq)
block/blk-throttle.c
74
static struct throtl_data *sq_to_td(struct throtl_service_queue *sq)
block/blk-throttle.c
930
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
961
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
998
struct throtl_service_queue *sq = &tg->service_queue;
block/blk-throttle.c
999
struct throtl_service_queue *parent_sq = sq->parent_sq;
block/blk-throttle.h
38
struct throtl_service_queue *parent_sq; /* the parent service_queue */
block/blk-throttle.h
80
struct throtl_service_queue service_queue;