Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h62958 struct bfq_data { struct
62959 struct request_queue *queue;
62960 struct list_head dispatch;
62961 struct bfq_group *root_group;
62962 struct rb_root_cached queue_weights_tree;
62963 unsigned int num_groups_with_pending_reqs;
62964 unsigned int busy_queues[3];
62965 int wr_busy_queues;
62966 int queued;
62967 int tot_rq_in_driver;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h72788 struct bfq_data { struct
72789 struct request_queue *queue;
72790 struct list_head dispatch;
72791 struct bfq_group *root_group;
72792 struct rb_root_cached queue_weights_tree;
72793 unsigned int num_groups_with_pending_reqs;
72794 unsigned int busy_queues[3];
72795 int wr_busy_queues;
72796 int queued;
72797 int tot_rq_in_driver;
[all …]