Searched refs:td (Results 1 – 1 of 1) sorted by relevance
94 struct throtl_data *td; member201 return tg->td; in sq_to_td()355 struct throtl_data *td = blkg->q->td; in throtl_pd_init() local371 sq->parent_sq = &td->service_queue; in throtl_pd_init()374 tg->td = td; in throtl_pd_init()944 BUG_ON(tg->td->nr_queued[rw] <= 0); in tg_dispatch_one_bio()945 tg->td->nr_queued[rw]--; in tg_dispatch_one_bio()1034 struct throtl_data *td = sq_to_td(sq); in throtl_pending_timer_fn() local1035 struct request_queue *q = td->queue; in throtl_pending_timer_fn()1081 queue_work(kthrotld_workqueue, &td->dispatch_work); in throtl_pending_timer_fn()[all …]