Lines Matching defs:throtl_data
62010 struct throtl_data { struct
62011 struct throtl_service_queue service_queue;
62012 struct request_queue *queue;
62013 unsigned int nr_queued[2];
62014 unsigned int throtl_slice;
62015 struct work_struct dispatch_work;
62016 unsigned int limit_index;
62017 bool limit_valid[2];
62018 long unsigned int low_upgrade_time;
62019 long unsigned int low_downgrade_time;
62020 unsigned int scale;
62021 struct latency_bucket tmp_buckets[18];
62022 struct avg_latency_bucket avg_buckets[18];
62023 struct latency_bucket *latency_buckets[2];
62024 long unsigned int last_calculate_time;
62025 long unsigned int filtered_latency;
62026 bool track_bio_latency;