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

/linux-master/block/
H A Dblk-throttle.h68 /* throtl_data this group belongs to */
69 struct throtl_data *td;
H A Dblk-throttle.c42 struct throtl_data struct
72 * embedded in throtl_data, %NULL is returned.
83 * sq_to_td - return throtl_data the specified service queue belongs to
86 * A service_queue can be embedded in either a throtl_grp or throtl_data.
87 * Determine the associated throtl_data accordingly and return it.
89 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq)
96 return container_of(sq, struct throtl_data, service_queue);
133 struct throtl_data *__td = sq_to_td((sq)); \
290 struct throtl_data *td = blkg->q->td;
303 * they're all separate root groups right below throtl_data
[all...]
/linux-master/include/linux/
H A Dblkdev.h498 struct throtl_data *td;

Completed in 209 milliseconds