Lines Matching defs:throtl_data
31 struct throtl_data
57 * embedded in throtl_data, %NULL is returned.
68 * sq_to_td - return throtl_data the specified service queue belongs to
71 * A service_queue can be embedded in either a throtl_grp or throtl_data.
72 * Determine the associated throtl_data accordingly and return it.
74 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq)
81 return container_of(sq, struct throtl_data, service_queue);
115 struct throtl_data *__td = sq_to_td((sq)); \
303 struct throtl_data *td = blkg->q->td;
316 * they're all separate root groups right below throtl_data.
1125 * the top-level service_tree is reached, throtl_data->dispatch_work is
1133 struct throtl_data *td = sq_to_td(sq);
1139 /* throtl_data may be gone, so figure out request queue by blkg */
1200 * blk_throtl_dispatch_work_fn - work function for throtl_data->dispatch_work
1204 * of throtl_data->service_queue. Those bios are ready and issued by this
1209 struct throtl_data *td = container_of(work, struct throtl_data,
1321 struct throtl_data *td;
1634 struct throtl_data *td = q->td;
1690 struct throtl_data *td = sq_to_td(sq);
1801 struct throtl_data *td = tg->td;