Home
last modified time | relevance | path

Searched defs:throtl_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/block/
Dblk-throttle.c195 struct throtl_data struct
198 struct throtl_service_queue service_queue;
200 struct request_queue *queue;
203 unsigned int nr_queued[2];
205 unsigned int throtl_slice;
208 struct work_struct dispatch_work;
209 unsigned int limit_index;
210 bool limit_valid[LIMIT_CNT];
212 unsigned long low_upgrade_time;
213 unsigned long low_downgrade_time;
[all …]
/kernel/linux/linux-5.10/block/
Dblk-throttle.c202 struct throtl_data struct
205 struct throtl_service_queue service_queue;
207 struct request_queue *queue;
210 unsigned int nr_queued[2];
212 unsigned int throtl_slice;
215 struct work_struct dispatch_work;
216 unsigned int limit_index;
217 bool limit_valid[LIMIT_CNT];
219 unsigned long low_upgrade_time;
220 unsigned long low_downgrade_time;
[all …]