Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h62302 struct throtl_data { struct
62303 struct throtl_service_queue service_queue;
62304 struct request_queue *queue;
62305 unsigned int nr_queued[2];
62306 unsigned int throtl_slice;
62307 struct work_struct dispatch_work;
62308 unsigned int limit_index;
62309 bool limit_valid[2];
62310 unsigned long low_upgrade_time;
62311 unsigned long low_downgrade_time;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h72132 struct throtl_data { struct
72133 struct throtl_service_queue service_queue;
72134 struct request_queue *queue;
72135 unsigned int nr_queued[2];
72136 unsigned int throtl_slice;
72137 struct work_struct dispatch_work;
72138 unsigned int limit_index;
72139 bool limit_valid[2];
72140 unsigned long low_upgrade_time;
72141 unsigned long low_downgrade_time;
[all …]