Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-throttle.c34 struct throtl_data struct
64 * embedded in throtl_data, %NULL is returned. argument
75 * sq_to_td - return throtl_data the specified service queue belongs to
78 * A service_queue can be embedded in either a throtl_grp or throtl_data.
79 * Determine the associated throtl_data accordingly and return it.
81 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq) in sq_to_td()
88 return container_of(sq, struct throtl_data, service_queue); in sq_to_td()
122 struct throtl_data *__td = sq_to_td((sq)); \
310 struct throtl_data *td = blkg->q->td; in throtl_pd_init()
323 * they're all separate root groups right below throtl_data in throtl_pd_init()
37 service_queuethrotl_data global() argument
39 queuethrotl_data global() argument
[all...]
H A Dblk-throttle.h76 /* throtl_data this group belongs to */
77 struct throtl_data *td;
/linux/include/linux/
H A Dblkdev.h610 struct throtl_data *td;