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

/linux-master/block/
H A Dblk-throttle.c59 struct throtl_data struct
102 * embedded in throtl_data, %NULL is returned.
113 * sq_to_td - return throtl_data the specified service queue belongs to
116 * A service_queue can be embedded in either a throtl_grp or throtl_data.
117 * Determine the associated throtl_data accordingly and return it.
119 static struct throtl_data *sq_to_td(struct throtl_service_queue *sq)
126 return container_of(sq, struct throtl_data, service_queue);
137 static uint64_t throtl_adjusted_limit(uint64_t low, struct throtl_data *td)
150 struct throtl_data *td;
180 struct throtl_data *t
[all...]
H A Dblk-throttle.h74 /* throtl_data this group belongs to */
75 struct throtl_data *td;
/linux-master/include/linux/
H A Dblkdev.h494 struct throtl_data *td;

Completed in 132 milliseconds